程序设计能力实训

1001. 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
不限期开放

题目列表