2807: PTK14 水果价格

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

Description

水果店的5种水果,每公斤价格如下表所示: ![](https://s1.ax1x.com/2023/09/08/pPyhOjs.png) 输入水果的名称,输出其每公斤的价格。

Input

一个字符串,为一种水果的名称,都用小写字母。 数据保证输入的水果不超出表中给出的范围。

Output

一个正整数,表示输入的水果每公斤的价格。

Sample Input Copy

apple

Sample Output Copy

5

HINT