Run ID:90094

提交时间:2024-09-07 20:09:31

s=input().split() a=s[0] b=s[1] a=float(a) b=float(b) a='{:.2f}'.format(a/b) print(a)