1709: 【CSP分支】行李托运价格▅

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

Description

某车站行李托运收费标准是: lns="http://www.w3.org/1998/Math/MathML">10 公斤或 lns="http://www.w3.org/1998/Math/MathML">10 公斤以下,收费 lns="http://www.w3.org/1998/Math/MathML">2.5 元,超过 lns="http://www.w3.org/1998/Math/MathML">10 公斤的行李,按每超过 lns="http://www.w3.org/1998/Math/MathML">1 公斤增加 lns="http://www.w3.org/1998/Math/MathML">1.5 元进行收费。

试编一程序,输入行李的重量,算出托运费。

Input

输入只有一行,包括 lns="http://www.w3.org/1998/Math/MathML">1 个整数。

Output

输出只有一行,包括 lns="http://www.w3.org/1998/Math/MathML">1 个数。 (保留两位小数)。

Sample Input Copy

10

Sample Output Copy

2.50