N = gets.to_i A = gets.to_s x = A.split s = x.map(&:to_i) puts s.sum