import Control.Applicative main = do [a, b] <- map read . words <$> getLine print $ (b + a - 1) `div` a