Run ID:92333

提交时间:2024-09-29 19:03:16

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