메뉴 건너뛰기

결과 (전체)

00a51 두 정수의 대소 비교하기 / 3근

시간메모리제출올바른 답비율
1초64MB46551219
26.2%
이번 횟수이번 판정시도한 사람성공한 사람비율
6 컴파일 오류 12131057
87.1%
컴파일 결과
In function 'int main()':
7:5: error: expected ';' before 'if'
10:5: warning: statement has no effect [-Wunused-value]
11:5: error: 'else' without a previous 'if'
5:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
7: (error) syntax error
위로