메뉴 건너뛰기

결과 (전체)

00a90 1부터 N까지의 합계 구하기 (재귀, 수식 사용) / totenhamhotspur

시간메모리제출올바른 답비율
1초64MB1084293
27.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 298280
94.0%
컴파일 결과
In function 'void f(int)':
4:21: error: return-statement with a value, in function returning 'void' [-fpermissive]
5:19: error: invalid operands of types 'int' and 'void' to binary 'operator+'
5:19: error: return-statement with a value, in function returning 'void' [-fpermissive]
In function 'int main()':
11:8: error: void value not ignored as it ought to be
10:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
이상 없음
위로