소개글
c++로 인코딩한 자료...
목차
없음
본문내용
#include <stdio.h>
#include <conio.h>
#include <math.h>
#define P printf
#define S scanf
void Start() ;
void Input_Val() ;
void Calc_Val() ;
void Out_Result() ;
int a = 0, b = 0, c = 0 ;
float x1 = 0, x2 = 0, dist = 0 ;
main()
{
Start() ;
Input_Val() ;
Calc_Val() ;
Out_Result() ;
getch() ;
return 0;
참고 자료
없음