buf = gets.chop.split.map { |i| i.to_i } puts (buf[1] + buf[0] - 1) / buf[0]