WWOJ

1002: 华氏温度转换为摄氏温度

Time Limit:  1 Sec    Memory Limit:   128 MB
Submission:158     AC:89     Score:100.00


Description

输入华氏温度f,计算并输出相应的摄氏温度c(保留2 位小数)。c = 5/9(f-32).

Input

输入一个实数x表示华氏温度

Output

输出对应的摄氏温度

Samples

input:
17.2
output:
The temprature is -8.22

Source