def lscan; gets.split.map(&:to_i); end aa = gets.to_i.times.map{gets} if !aa[1] puts 'assert' else p aa.map(&:to_i).sort[1] end