main::IO () main = do ws<-fmap (fmap read . words) getLine let a:b:_ =ws ::[Integer] print $ b `div` a + if (b `mod` a ==0) then 0 else 1