메뉴 건너뛰기

결과 (전체)

00a95 셜록홈즈의 조사 / 이민기

시간메모리제출올바른 답비율
1초64MB948175
18.5%
이번 횟수이번 판정시도한 사람성공한 사람비율
12 컴파일 오류 192164
85.4%
컴파일 결과
In function 'main':
15:15: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[20]' [-Wformat=]
16:25: error: subscripted value is neither array nor pointer nor vector
17:20: warning: comparison between pointer and integer
17:20: warning: comparison with string literal results in unspecified behavior [-Waddress]
19:25: warning: comparison between pointer and integer
19:25: warning: comparison with string literal results in unspecified behavior [-Waddress]
21:25: warning: comparison between pointer and integer
21:25: warning: comparison with string literal results in unspecified behavior [-Waddress]
10:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
15:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
15: (warning) scanf() without field width limits can crash with huge input data.
위로