Sum of two
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the sum of two numbers.
Input
The first line contains the number of test cases . Each of the following test cases contains two integers and .
Output
For each test case, print the sum of and in a separate line.
Examples
Input #1
Answer #1
Submissions 22K
Acceptance rate 54%