a,b=[float(i) for i in input().split()] ans=a/b print('{:.50f}'.format(ans))