Run ID:92335
提交时间:2024-09-29 19:04:50
a=input().split() c=a[0] c=float(c) x=c*9 f=x/5+32 f="{:.4f}".format(f) print(f)