11056 - Coding Throne 2016 Practice Contest   

Description

Given two integers a and b, compute the sum a+b.

Input

The first line of the input contains an integer (1 ≤ ≤ 10000), the number of test cases. There is only
one line of input per test case containing two integers 
and (0 ≤ a,b 10000).

Output

For each test case, output an integer, which denotes the sum of a+b as described above, in a line.

Sample Input  Download

Sample Output  Download

Tags




Discuss