Run ID:110890
提交时间:2025-02-23 17:36:05
s=input() . split() a = float(s[0]) b = float(s[1]) c = a/b print("{:.2f}".format(c))