Run ID:92126

提交时间:2024-09-28 13:49:54

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