Run ID:91578

提交时间:2024-09-22 10:36:16

a=input() a=int(a) y=(a-32)/1.8 y="{:.4f}".format(y) print(y)