Run ID:92324
提交时间:2024-09-29 13:05:48
c=input().split() a=c[0] a=float(a) w=a*9/5+32 w="{:.4f}".format(w) print(w)