Run ID:90189
提交时间:2024-09-08 10:46:18
s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) c=a/b c="{:.5f}".format(c) print(c)