2017.7.30 少年宫集训 NOIP模拟赛 测试

B. 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