408 - Income Again
Income Again
Time Limit: 1 sec
The Problem
A persons's daily income is X taka. What is her income in one year.
Example:
if X = 216 then
In one year the income of the person is 78840 taka.
The Input
Input file contain a series of line, each line contains one integer number X (X<=100000). Input is terminated by EOF.
The Output
Output will show the one integer numbers for each line of input in a separate line.
Sample Input
216
10
7891
Sample Output
78840
3650
2880215
Problem Setter: Shahin ShamS