N = gets.to_i puts gets.split(" ").first(N).map(&:to_i).inject(0, :+)