메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB1793669
37.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 639583
91.2%
컴파일 결과
In function 'main':
8:13: warning: comparison of constant '90' with boolean expression is always false [-Wbool-compare]
8:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
12:12: warning: comparison of constant '80' with boolean expression is always false [-Wbool-compare]
12:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
16:12: warning: comparison of constant '70' with boolean expression is always false [-Wbool-compare]
16:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
20:12: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
20:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
23:5: error: expected ';' before '}' token
27:5: error: expected ';' before '}' token
7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
8: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
12: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
16: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
20: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
위로