thehtml
Given a list of n integers x1,…,xn, give their sum as output.
Input
The first line contains a natural number n. The second line contains a white-separated list of integers x1,…,xn.
Output
The output contains a single integer, the sum x1+⋯+xn.