计算多组A加B的和。
Input
输入多组数据,每行两个整数,依次为A和B(0<=A,b<=10)。
Output
对于输入的每一行,输出一个整数,即A和B的总和。
Sample Input
1 2 8 9
Sample Output
3 17
1个分类: NKOJ