Run ID:91579

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

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