1919: 中考等级制度

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:13 Solved:4

Description

初中中考实行等级分制度,需要将学生的原始成绩转化成相应等级分。
学生成绩分A、B、C、D、E、F六等,划分如下:
110分及以上 A等
105-109 B等
100-104 C等
95-99 D等
90-94 E等
0-89 F等
输入学生分数,请输出相应等级。


Input

一行:1个整数,表示学生的原始成绩。

Output

一行:一个字符,表示学生的分数等级。

Sample Input Copy

115

Sample Output Copy

A