Run ID:90141

提交时间:2024-09-07 20:58:11

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