메뉴 건너뛰기

결과 (전체)

00a67 시험성적 (입력받은 점수에 대해 A~F 평점 내기) / 이지후

시간메모리제출올바른 답비율
1초64MB1793669
37.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 639583
91.2%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
6:12: error: expected expression before '>' token
10:16: error: expected expression before '>' token
14:16: error: expected expression before '>' token
18:16: error: expected expression before '>' token
24:9: warning: implicit declaration of function 'prinf' [-Wimplicit-function-declaration]
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
10: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
14: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
18: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
위로