메뉴 건너뛰기

결과 (전체)

00a34 객관식 답안 채점하기 / ㅎㅇㅋㅋ

시간메모리제출올바른 답비율
1초64MB1269449
35.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 425359
84.5%
컴파일 결과
In function 'int main()':
5:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
12:27: error: invalid types 'int[int]' for array subscript
13:28: error: invalid types 'int[int]' for array subscript
5:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
8:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
5: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'signed int'.
13: (error) Uninitialized variable: ans
14: (error) Uninitialized variable: score
위로