Your task is to Calculate a + b.
Input
Your task is to Calculate a + b.
Output
For each pair of input integers a and b you should output the sum of a and b in one line, and with one line of output for each line in input.
Sample Input
2 1 5 10 20
Sample Output
6 30
Hint
Source
HDOJ
本文介绍了一道简单的算法题目,任务是计算两个整数a和b的和。输入为两组整数a和b,输出则为每组输入的整数之和。示例输入包括2, 15, 和1020,对应的输出为6和30。此题旨在练习基本的算术运算和编程技巧。
1709

被折叠的 条评论
为什么被折叠?



