1758: 【CSP分支】水果批发▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:4

Description

水果商店批发桔子, lns="http://www.w3.org/1998/Math/MathML">100 千克或 lns="http://www.w3.org/1998/Math/MathML">100 千克以下,每千克 lns="http://www.w3.org/1998/Math/MathML">2 元。超过 lns="http://www.w3.org/1998/Math/MathML">100 千克,超过部分每千克 lns="http://www.w3.org/1998/Math/MathML">1 元。输入批发重量求批发价格。

Input

一行,一个整数,代表水果重量。

Output

一行,一个整数,代表水果价钱。

Sample Input Copy

100

Sample Output Copy

200