#abc272a. A - Integer Sum
A - Integer Sum
Score : points
问题描述
你已知 个整数 。
请找出这 个整数的和。
以上为通义千问 qwen-max 翻译,仅供参考。
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
update @ 2024/3/10 11:27:21