Run ID:92336
提交时间:2024-09-29 19:11:47
a=input().split() c=a[0] c=float(c) f=(c-9)÷1.8 f="{:.4f}".format(f) print(f)