Run ID:90488

提交时间:2024-09-15 11:59:52

q=input().split() a=q[0] a=int(a) w="{:.4f}".format(a*9/5+32) print(w)