메뉴 건너뛰기

결과 (전체)

00a04 1부터 N까지의 합계 구하기 / 기림이

시간메모리제출올바른 답비율
1초64MB62612499
39.9%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 18621685
90.5%
컴파일 결과
In function 'main':
9:9: error: 'sum' undeclared (first use in this function)
9:9: note: each undeclared identifier is reported only once for each function it appears in
5:9: warning: unused variable 'sum_0' [-Wunused-variable]
6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
5: (style) Unused variable: sum_0
위로