메뉴 건너뛰기

결과 (전체)

00a95 셜록홈즈의 조사 / INCLUDE

시간메모리제출올바른 답비율
1초64MB948175
18.5%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 192164
85.4%
컴파일 결과
In function 'main':
15:15: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[9]' [-Wformat=]
16:16: error: switch quantity not an integer
17:9: error: case label does not reduce to an integer constant
19:18: error: expected expression before ';' token
21:5: error: case label not within a switch statement
25:5: error: case label not within a switch statement
29:5: error: 'default' label not within a switch statement
12: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.
19: (error) Uninitialized variable: painting
23: (error) Uninitialized variable: jewelry
27: (error) Uninitialized variable: cash
위로