Run ID:91575
提交时间:2024-09-22 10:33:05
q=input().split() a=q[0] a=int(a) w="{:.4f}".format((a-32)*5/9) print(w)