Run ID:90566
提交时间:2024-09-15 18:55:10
r=input().split() b=int(r[0]) a=int(r[1]) d="{:.2f}".format(b/a) print(d)