Run ID:91582

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

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