메뉴 건너뛰기

결과 (전체)

00a58 입력된 값은 OOO 입니다. (정수) / 이상욱

시간메모리제출올바른 답비율
1초64MB57361245
21.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
9 컴파일 오류 12671086
85.7%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
4:10: warning: unused variable 'c' [-Wunused-variable]
At top level:
8:1: warning: return type defaults to 'int' [-Wimplicit-int]
8:1: error: redefinition of 'main'
2:1: note: previous definition of 'main' was here
In function 'main':
11:11: warning: too many arguments for format [-Wformat-extra-args]
12:12: warning: too many arguments for format [-Wformat-extra-args]
11:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
11: (warning) scanf format string requires 0 parameters but 1 is given.
12: (warning) printf format string requires 0 parameters but 1 is given.
4: (style) Unused variable: c
위로