메뉴 건너뛰기

결과 (전체)

00a48 1부터 N까지 짝수의 합 구하기 / 심형준

시간메모리제출올바른 답비율
1초64MB2409742
30.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 699644
92.1%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
6:11: error: lvalue required as left operand of assignment
8:31: error: lvalue required as increment operand
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
4: (style) The scope of the variable 'b' can be reduced.
위로