#P310. 温标转换

温标转换

Description

读入摄氏温度C,写程序将它转换成华氏温度f,输出。

已知f=9c/5+32;

Format

Input

一行,一个实数c。

Output

一行,一个实数f(保留两位小数)。

Samples

25.5
77.90