n = gets.chomp.to_i cs = gets.chomp.split.map(&:to_i) puts cs.select { |c| c <= cs.inject(:+) / 10 }.size * 30