메뉴 건너뛰기

결과 (전체)

00a37 정수 1개를 입력받아 그대로 출력하기 / Wideroy

시간메모리제출올바른 답비율
1초64MB81102762
34.1%
이번 횟수이번 판정시도한 사람성공한 사람비율
11 컴파일 오류 22862125
93.0%
컴파일 결과
In function 'int main()':
5:19: warning: comparison with string literal results in unspecified behaviour [-Waddress]
5:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
5:20: error: cannot convert 'bool' to 'const char*' for argument '1' to 'int scanf(const char*, ...)'
소스 정적 분석 결과
4: (style) Variable 'n' is not assigned a value.
5: (error) Uninitialized variable: n
위로