-- yukicoder My Practice -- author: Leonardone @ NEETSDKASU gi = io.read():gmatch('%d+') a = gi() b = gi() x = math.floor(b / a) if b % a > 0 then x = x + 1 end print(x)