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