#P1004. 温标换算 2022-7-05 15:24 | 3 | 0 | python 5 字 | 几秒读完 f = int(input ()) c = 5*(f-32)/9 print ('%0.2f'%c)