(read-line) (print (apply + (map string->number (string-split (read-line) " "))))