Run ID:91028
提交时间:2024-09-21 10:54:33
e=input().split() i=float(e[0]) b=float(e[1]) c='{:.2f}'.format(i/b) print(c)