Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Question by Ibrahim Mesecan.
Difficulty Alpha
Convert inces to cm
Write a program that convert inches to centimeters. One inch equals 2.54 centimeters.
Input specification
You will be given the a floating point number (inch) where 0 ≤ inch ≤ 50000
Output specification
Show the centimeter equavalent of the given number.
Sample Input I
4 |
Sample Input II
5.2 |
Sample Output I
10.16 |
Sample Output II
13.208 |
Для отправки решений необходимо выполнить вход.
|