4253 - 연습 1.5 거꾸로 온도변환

Time Limit: 1s Memory Limit: 128MB

Submissions: 1157 Solved: 650
Description

낮은 온도부터 화씨(Fahrenheit)를 섭씨(Celsius)로 바꾸는 프로그램은 식상하다. 높은 온도부터 화씨와 섭씨를 출력하는 프로그램을 만들어 보자.

Input

없음

Output

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

Sample Input

    
Sample Output
300  148.9
280  137.8
260  126.7
240  115.6
220  104.4
200   93.3
180   82.2
160   71.1
140   60.0
120   48.9
100   37.8
 80   26.7
 60   15.6
 40    4.4
 20   -6.7
  0  -17.8