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