Competitions
PP2. Week 8: April 26 - May 2
The sum of all
Find the sum of all given numbers.
Input
Contains n (1 ≤ n ≤ 105
) integers. All the numbers do not exceed 109
in absolute value.
Output
Print the sum of all given numbers.
Input example #1
2 3 1 1
Output example #1
7