Run ID:91870

提交时间:2024-09-22 20:29:13

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