1000. A + B Problem

单点时限: 1.0 sec

内存限制: 256 MB

输入格式

Two integer $a,b$ $(0 \leq a,b \leq 10)$. Process to end of file.

输出格式

For each case, output $a+b$ in one line.

样例

Input
1 1
2 3
Output
2
5

5188 人解决,5754 人已尝试。

8208 份提交通过,共有 24549 份提交。

1.0 EMB 奖励。

创建: 20 年,6 月前.

修改: 7 年,9 月前.

最后提交: 2 周,5 天前.

来源: N/A

题目标签