main = interact (show. (\[a, b]-> (b + a - 1) `div` a). map read. words)