Run ID:92331

提交时间:2024-09-29 19:01:27

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