Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Given the overall score of a student, please calculate the corresponding letter grade using following rules:
Overall score |
Letter grade |
90 – 100 |
A |
85 – 89 |
A- |
80 – 84 |
B+ |
75 – 79 |
B |
70 – 74 |
B- |
65 – 69 |
C+ |
60 – 64 |
C |
55 – 59 |
C- |
53 – 54 |
D+ |
52 |
D |
50 – 51 |
D- |
0 – 49 |
F |
Sample Input
40
Sample Output
F
Sample Input
73
Sample Output
B-
Bình luận