Run ID:90105
提交时间:2024-09-07 20:29:21
y = input().split() s = float(y[0]) a = float(y[1]) c = s/a c = "{:.2f}".format(c) print(c)