print((function (a, b) local i, f = math.modf(b / a) if f ~= 0 then i = i + 1 end return i end)(io.stdin:read("*n"), io.stdin:read("*n")))