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