Run ID:90091

提交时间:2024-09-07 20:06:11

s=input().split() a=s[0] b=s[1] a=float(a) b=float(b) print(a/b)