Problem A

Statement
Copy Copied
Given n integers, output their sum.
Input: n then n integers on the same line.
Output: single integer - the sum.