메뉴 건너뛰기

결과 (전체)

00a05 최솟값 최대값 구하기 / 김민재!

시간메모리제출올바른 답비율
1초64MB64041632
25.5%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 14121182
83.7%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
7:22: warning: left-hand operand of comma expression has no effect [-Wunused-value]
7:26: error: expected ';' before ')' token
10:5: error: expected ';' before '}' token
12:9: error: 'i' undeclared (first use in this function)
12:9: note: each undeclared identifier is reported only once for each function it appears in
12:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
12:22: error: expected ';' before ')' token
17:9: error: expected ';' before '}' token
19:22: warning: left-hand operand of comma expression has no effect [-Wunused-value]
19:26: error: expected ';' before ')' token
24:9: error: expected ';' before '}' token
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
9:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
7: (error) syntax error
위로