1566: 温度转换

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:61 Solved:0

Description

编一程序,将摄氏温度换为华氏温度。公式为: f=9∗c/5+32 。其中  f 为华氏温度, c 是摄氏温度。

Input

50

Output

122.00

Sample Input Copy

50

Sample Output Copy

122.00

HINT

输出只有一行,包括1 个实数。(保留两位小数)