A, B = map(int, input().split()) memo = ('{:.55f}'.format(A/B)).split('.') ans = memo[0] + '.' + memo[1][0:50] print(ans)