| # | Problem | Pass Rate (passed user / total user) |
|---|---|---|
| 12874 | Temperature Conversion |
|
Description
Write a program that converts temperatures from the Celsius scale to the Fahrenheit scale.
- Note that (Fahrenheit) = 9/5*Celsius+ 32
- Use float or double and beware of the integer division problem.
- Use %lf for double in scanf().
Input
37
Output
98.600000