Problem1183--if嵌套-企业奖金

1183: if嵌套-企业奖金

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 197  Solved: 164
[Status] [Submit] [Creator:]

Description

maoge所在的企业发放的奖金根据利润提成。

利润有如下规律:

低于或等于10万元时,奖金200;

10万到20万(含)之间时,奖金1000;

20万到50万(含)之间,奖金5000;

50万以上,奖金10000;

请输出应发的奖金总数。

Input

输入一行一个利润数(单位是万元)

Output

输出奖金数

Sample Input Copy

23

Sample Output Copy

5000

Source/Category

 基础C