Run ID:90567

提交时间:2024-09-15 19:04:18

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