메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB1793669
37.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 639583
91.2%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
6:14: warning: comparison of constant '90' with boolean expression is always false [-Wbool-compare]
6:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
10:18: warning: comparison of constant '80' with boolean expression is always false [-Wbool-compare]
10:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
14:18: warning: comparison of constant '70' with boolean expression is always false [-Wbool-compare]
14:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
18:18: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
18:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
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]
In function `main':
(.text.startup+0x1d): undefined reference to `prinf'
error: ld returned 1 exit status
소스 정적 분석 결과
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.
위로