1520: 【14】成绩单成绩单▃dict

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:15 Solved:8

Description

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

名字

Alice

Anne

Bob

Deniel

Lily

成绩

87

91

76

95

92

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

Input

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

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

Output

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

Sample Input Copy

Alice

Sample Output Copy

87