Run ID:91584

提交时间:2024-09-22 10:37:46

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