step, distance = gets.chomp.split(' ').map(&:to_i) puts distance % step == 0 ? distance / step : distance / step + 1