Run ID:91431
提交时间:2024-09-21 19:04:33
c=input().split() a=c[0] b=c[1] a=float(a) b=float(b) n=a/b n="{:.2f}".format(n) print(n)