Run ID:91583
提交时间:2024-09-22 10:37:17
a=float(input()) a=int(a) y=(a-32)/1.8 y="{:.4f}".format(y) print(y)