a,b=gets.split.map(&:to_i) x = b.divmod(a) d = x[0] m = x[1] if m > 0 then d += 1 end puts d