atcoder#ABC272A. [ABC272A] Integer Sum
[ABC272A] Integer Sum
Score : points
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.
3
2 7 2
11
You are given three integers: , , and .
The answer is .
1
3
3