동작 방법좀 설명해주실분??ㅠㅠㅠ 급해요 ㅠ
분홍이
#includeio.h
#includefcntl.h
#includesys/stat.h
#includestring.h
#includetime.h
#includestdio.h
#includestdlib.h
#includemath.h
#include malloc.h
#include conio.h
#include assert.h
#define MAX_PATH 260
#define BYTE unsigned char
#define LONG long
int main(int argc, char* argv[])//cpu에게 여기부터 프로그램 시작을 알리는 곳
{
char buffer[MAX_PATH];
int a,b,c,m;
printf(Input A:);gets(buffer);sscanf(buffer,%d,&a);
printf(Input B:);gets(buffer);sscanf(buffer,%d,&b);
printf(Input C:);gets(buffer);sscanf(buffer,%d,&c);
if(ab){
if(ab) m=a;
else m=c;
}
else{
if(bc) m=b;
else m=c;
}
printf(최대값은 %d이래요 !\n,m);
};//void main(void)
-
신당
if else문에 대한 공부를 해보세요
그럼 해석이 될거에요 다른 어려운 문법은 하나도 없어요
노력해보세요 -
sin
이거에대해서 조금만더상세하게 알려주시면안데요 ?? 그말론 이 자체를 이해를 못하겠어요
전체를 이해하고 싶은데... ㅈㅅ한데 도와주셔요 -
연체리
헤더는 stdio.h만 있으면 될 것 같은데...
동작 방법이라고 해봐야 abc 각각 입력 받아서 비교해서 최대 값이 출력하는 거네요.