a,b = gets.to_s.split.map(&:to_i) c = b / a if b % a != 0 c += 1 end puts c