Run ID:91573
提交时间:2024-09-22 10:28:50
a=input() a=int(a) b=(a-32)*1.8 sb="{:.4f}".format(b) print(sb)