메뉴 건너뛰기

결과 (전체)

00a39 큰 정수 1개를 입력받아 1를 더한 결과 출력하기 /

시간메모리제출올바른 답비율
1초64MB34831432
41.1%
이번 횟수이번 판정시도한 사람성공한 사람비율
18 컴파일 오류 13361237
92.6%
컴파일 결과
2:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
In function 'int main()':
5:16: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
6:10: error: expected ';' before 'scanf'
7:19: error: 'a' was not declared in this scope
소스 정적 분석 결과
2: (error) syntax error
위로