메뉴 건너뛰기

결과 (전체)

00a97 괴도 루팡의 예고 / thyun222

시간메모리제출올바른 답비율
1초64MB658103
15.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 11394
83.2%
컴파일 결과
In function 'int main()':
17:32: error: 'itoa' was not declared in this scope
8:11: warning: unused variable 'j' [-Wunused-variable]
12:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
10: (style) The scope of the variable 'square' can be reduced.
8: (style) Unused variable: j
12: (warning) scanf() without field width limits can crash with huge input data.
위로