메뉴 건너뛰기

결과 (전체)

12re1 오븐 시계 / 푸딩망고

시간메모리제출올바른 답비율
1초64MB1392486
34.9%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 374327
87.4%
컴파일 결과
In function 'int main()':
5:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
5:24: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'int' [-Wformat=]
6:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
16:5: error: expected ';' before 'return'
5:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
6:20: 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'.
5: (warning) %d in format string (no. 2) requires 'int *' but the argument type is 'signed int'.
6: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'signed int'.
위로