Problem1250--cpp-2-5 温度转换

1250: cpp-2-5 温度转换

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 188  Solved: 81
[Submit] [Status] [Web Board] [Creator:]

Description

实现一个函数来转换摄氏温度到华氏温度   转换公式:华氏温度 = 1.8 * 摄氏温度 + 32.0
并用main函数调用

Input

20

Output

20 degree Celsius is 68 degree Fahrenheit.

Source/Category

 

[Submit] [Status]