3971 - A+B

通过次数

0

提交次数

0

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

A+B

题目输入

输入整数A和B

题目输出

输入A+B,每个结果一行

输入/输出样例

输入格式

1 1
2 2
3 3

输出格式

2
4
6