4511: 例题3-1 温度转换(1)

Memory Limit:12 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:17 Solved:15

Description

有人用温度计测量出用华氏法表示的温度64oF,需要将它转换为以摄氏法表示的温度。

Input

无,变量请定义成单精度型,初值在程序中以赋值的方式给出。

Output

F=华氏度数

C=摄氏度数

分行输出华氏度数和摄氏度数,小数点后保留默认精度。不要忘了末尾的换行。

Sample Input Copy

Sample Output Copy

F=64.000000
C=17.777779