A,B=map(int,input().split()) print('{:.50f}'.format(A/B))