질문이요ㅠㅠ
청력
2023.04.01
#includestdio.h
void main()
{
int a,b,c,n,m;
scanf(%d %d %d, a, b, c);
n=a+b+c;
m=n/3;
if(90 m)
printf(수);
if(80 m)
printf(우);
if(70 m)
printf(미);
if(60 m)
printf(양);
if(60 m)
printf(가);
}이게 등급구하는건데요
입력을 70 80 90 을 해서
출력을 240 80 우 로 나오게 하는거에요
분명 디버깅하면 오류는 없는데
왜 실행시키면 팅길까요? ㅠㅠ