Run ID:91866

提交时间:2024-09-22 20:22:25

c=input().split() a=c[0] b=c[1] b=float(b) a=float(a) s=a/b s="{:.5f}".format(s) print(s)