Run ID:91448
提交时间:2024-09-21 19:32:20
s=input().split() b=float(s[1]) a=float(s[0]) print('{:.5f}'.format(a/b))