Run ID:91788

提交时间:2024-09-22 15:04:12

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