Problem N: 买门票

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:949 Solved:131

Description

恐龙园买门票:身高1.2以下(含1.2米),儿童票(60元),1.2米以上(不含1.2米)成人票120元。

Input


输入身高值。

Output

输出票价

Sample Input Copy

175

Sample Output Copy

120

Source/Category