Điểm Thi

View as PDF

Submit solution

Points: 0.10
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Viết chương nhập vào điểm thi theo thang điểm 10 sau đó chuyển sang thang điểm 4 và điểm chữ tương ứng (xem bảng sau):

mark= 4.00: A

3.50 ≤ mark < 4: B+

3.00 ≤ mark < 3.50: B

2.50 ≤ mark < 3.00: C+

2.00 ≤ mark < 2.50:C

1,50 ≤ mark < 2.00: D+

1.00 ≤ mark < 1.50 D

mark < 1.00: F.

Input

Input một dòng duy nhất điểm thi (mark) hệ mười

Output

Output một dòng duy nhất điểm chữ hệ bốn

Examples

Input

7.6

Output

B+

Comments

Please read the guidelines before commenting.


There are no comments at the moment.