Run ID:91572

提交时间:2024-09-22 10:28:44

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