A,B = map(int,input().split()) ans = A * (10 ** 50) // B ans = str(ans).zfill(51) print(ans[0] + "." + ans[1:])