Problem1093--自行车售价(bike)

1093: 自行车售价(bike)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

已知一辆自行车的售价是200元,请编程计算a辆自行车的总价是多少?

Input

从键盘输入自行车的数目a (a不大于30000的正整数)

Output

自行车的总价

Sample Input Copy

2

Sample Output Copy

400

HINT

【数据规模】
(a不大于30000的正整数)

Source/Category