1349: 成绩单

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:3

Description

[md] 下面的表中列举了5名学生的数学成绩。

请你编写一个程序,输入学生名字,输出成绩。 [/md]

Input

一个字符串,代表学生名字,首字母大写,其余小写。

数据保证学生的名字在表中存在。

Output

一个整数,表示该学生的数学成绩。

Sample Input Copy

Alice

Sample Output Copy

87

Source/Category