메뉴 건너뛰기

결과 (전체)

00a17 The 3n+1 problem (코딩도 하면서 영어 공부도 하자) / 김민재!

시간메모리제출올바른 답비율
1초256MB1239300
24.2%
이번 횟수이번 판정시도한 사람성공한 사람비율
17 컴파일 오류 311251
80.7%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
7:5: error: variable-sized object may not be initialized
7:20: warning: excess elements in array initializer
7:20: note: (near initialization for 'e')
8:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
8:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
8: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'signed int *'.
8: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'signed int *'.
위로