메뉴 건너뛰기

결과 (전체)

00a97 괴도 루팡의 예고 / 코딩러

시간메모리제출올바른 답비율
1초64MB658103
15.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 11394
83.2%
컴파일 결과
In function 'int main()':
5:19: error: expected unqualified-id before 'int'
8:27: error: 'n' was not declared in this scope
10:9: error: 'i' was not declared in this scope
7:9: warning: unused variable 'result' [-Wunused-variable]
소스 정적 분석 결과
8: (warning) %d in format string (no. 2) requires 'int *' but the argument type is 'signed char *'.
6: (style) The scope of the variable 'mid2' can be reduced.
7: (style) Unused variable: result
8: (warning) scanf() without field width limits can crash with huge input data.
위로