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