2066 - A+B again

通过次数

0

提交次数

0

时间限制 : 1 秒 内存限制 : 128 MB

Your job is very easy  !!!
Just Calculate A + B.

题目输入

Each line will contain two integers A and B. Process to end of file.And both A and B you can use "long long"to store them

题目输出

For each case, output A + B in one line.

输入/输出样例

输入格式

1 1
10 10
11111111111 11111111111

输出格式

2
20
22222222222