a, b = map(int, input().split()) N = 10 ** 100 ans = (a * N) // b print(ans / N)