Run ID:91789

提交时间:2024-09-22 15:04:55

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