A, B = map(float, input().split()) print('{:.20g}'.format(A/B))