메뉴 건너뛰기

결과 (전체)

00a26 입력받은 정수 1개를 Hello KOI와 함께 출력하기 / 신재은

시간메모리제출올바른 답비율
1초64MB57612108
36.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 18511721
93.0%
컴파일 결과
In function 'main':
6:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
6:12: warning: too many arguments for format [-Wformat-extra-args]
7:1: error: expected ';' before '}' token
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'const char *'.
6: (warning) printf format string requires 1 parameter but 2 are given.
위로