Run ID:91912

提交时间:2024-09-25 19:33:49

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