Run ID:110889

提交时间:2025-02-23 17:29:16

s=input() . split() a = float(s[0]) b = float(s[1]) c = round(a/b,2) print(c)