1019: 考试成绩

Memory Limit:128 MB Time Limit:0.000 S
Judge Style:Text Compare Creator:
Submit:74 Solved:26

Description

输入考试成绩,如果获85分及以上为A等,获60分~84分为B等,60分以下为C等,编程输出考试等级。

Input

一行,一个整数,考试成绩。

Output

一行,即考试等级。

Sample Input Copy

85

Sample Output Copy

A