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