메뉴 건너뛰기

결과 (전체)

00a95 셜록홈즈의 조사 / INCLUDE

시간메모리제출올바른 답비율
1초64MB948175
18.5%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 192164
85.4%
컴파일 결과
In function 'main':
14:15: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[9]' [-Wformat=]
15:16: error: switch quantity not an integer
17:13: error: case label does not reduce to an integer constant
19:26: error: expected expression before ';' token
21:13: error: case label does not reduce to an integer constant
25:13: error: case label does not reduce to an integer constant
11:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
14:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
14: (warning) scanf() without field width limits can crash with huge input data.
19: (error) Uninitialized variable: painting
23: (error) Uninitialized variable: jewelry
27: (error) Uninitialized variable: cash
위로