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