Woburn Challenge 2017-18 Round 1 - Junior Division

"Ugh, It's been so hot out lately, why does it have to be
"
You've had quite enough of confusing conversations with Americans who assume you're using Fahrenheit when Celsius is clearly the way to go. Rather than argue with them, you've settled for writing a program to conveniently convert temperatures measured in degrees Celsius to Fahrenheit instead.
You came across the following formula, which holds true given that
Given a value of
It's guaranteed that
Input Specification
The first and only line of input consists of a single integer,
Output Specification
Output a single integer, the temperature in degrees Fahrenheit which is
equivalent to
Sample Input
20
Sample Output
68
Comments