Run ID:90900

提交时间:2024-09-19 19:49:46

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