#abc272a. [abc272_a]Integer Sum
[abc272_a]Integer Sum
Problem Statement
You are given integers , and .
Find the sum of the integers.
Constraints
- All values in the input are integers.
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
3
2 7 2
Sample Output 1
11
You are given three integers: , , and .
The answer is .
Sample Input 2
1
3
Sample Output 2
3