메뉴 건너뛰기

결과 (전체)

00a95 셜록홈즈의 조사 / PPman

시간메모리제출올바른 답비율
1초64MB948175
18.5%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 192164
85.4%
컴파일 결과
In function 'int main()':
15:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
16:19: error: switch quantity not an integer
10:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
15:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
30:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
15: (warning) %s in format string (no. 1) requires a 'char *' but the argument type is 'int *'.
12 -> [
15: (warning) scanf() without field width limits can crash with huge input data.
위로