main = getLine >>= (\[a, b] -> print $ f a b) . map read . words where f = (ceiling .) . flip (/)