#P1004. 温标换算 作者: heky 时间: 2022-07-05 分类: python f = int(input ()) c = 5*(f-32)/9 print ('%0.2f'%c) 标签: none