971 - NTHU Coding Throne 2016 - Practice Scoreboard

Time

2016/06/04 09:30:00 2016/06/04 10:40:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
11056 Coding Throne 2016 Practice Contest

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