Run ID:91784

提交时间:2024-09-22 15:02:03

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