메뉴 건너뛰기

결과 (전체)

00a44 두 알파벳 사이의 거리 출력하기 / 닉네임76

시간메모리제출올바른 답비율
1초64MB2800666
23.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 828576
69.6%
컴파일 결과
In function 'main':
6:11: warning: format '%C' expects argument of type 'wchar_t *', but argument 2 has type 'char *' [-Wformat=]
10:5: error: expected ';' before '}' token
6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (style) Variable 'c' is assigned a value that is never used.
7: (error) Uninitialized variable: c
위로