Run ID:92323

提交时间:2024-09-29 13:05:26

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