Run ID:92329
提交时间:2024-09-29 18:58:31
a=input().split() c=a[0] c=float(c) f=c*1.8+32 f="{:.4f}".format(f) print(f)