4252 - 연습1.4 섭씨를 화씨로

Time Limit: 1s Memory Limit: 128MB

Submissions: 1363 Solved: 655
Description

섭씨를 기준으로 화씨를 출력하는 프로그램을 작성해보자. 

Input

없음

Output

Sample Output과 동일한 출력을 한다.

Sample Input

    
Sample Output
-10   14.0
  0   32.0
 10   50.0
 20   68.0
 30   86.0
 40  104.0
 50  122.0
 60  140.0
 70  158.0
 80  176.0
 90  194.0
100  212.0