메뉴 건너뛰기

결과 (전체)

00a96 괴도 루팡의 표시 / PPman

시간메모리제출올바른 답비율
1초64MB587111
18.9%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 118106
89.8%
컴파일 결과
In function 'int main()':
13:26: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
15:47: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
8:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
12:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
13:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
12: (warning) scanf() without field width limits can crash with huge input data.
위로