메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB34831432
41.1%
이번 횟수이번 판정시도한 사람성공한 사람비율
20 컴파일 오류 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 'long int' [-fpermissive]
6:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long int*' [-Wformat=]
7:23: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=]
6:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
2: (error) syntax error
위로