a, b = map(int, input().split()) x = a * int(10**50) // b print(str(a // b) + "." + str(x)[-50:])