a, b = map(int, input().split()) a *= 10 ** 50 a //= b a /= (10 ** 50) print(a)