1000. A + B Problem

Naive运算符输入输出

时间限制:1000 ms

内存限制:256 MiB

题面

输入格式

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

输出格式

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

样例

输入

1 1
2 3

输出

2
5