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