Write a program that converts a given temperature from Celsius to Fahrenheit.
The conversion formula is:
Where:
You should round the result into an integer using int().
A single integer $C$ representing the temperature in Celsius.
A single integer $F$ representing the equivalent Fahrenheit temperature.