N=gets.to_i A=N.times.map{gets.to_i} sum=0 A.each do |i| sum+=i end puts sum