题目 1086:
A+B for Input-Output Practice (II)
时间限制: 3s
内存限制: 128MB 提交: 12802 解决: 8009
题目描述
The first line integer means the number of input integer a and b.
Your task is to Calculate a + b.
输入格式
Your task is to Calculate a + b.
The first line integer means the numbers of pairs of input integers.
输出格式
For each pair of input integers a and b you should output the sum of a and b in one line, and with one line of output for each line in input.