a, b = map(float, input().split()) print('{:.50f}'.format(a/b))