307396: CF1351A. A+B (Trial Problem)

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

A. A+B (Trial Problem)time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

You are given two integers $a$ and $b$. Print $a+b$.

Input

The first line contains an integer $t$ ($1 \le t \le 10^4$) — the number of test cases in the input. Then $t$ test cases follow.

Each test case is given as a line of two integers $a$ and $b$ ($-1000 \le a, b \le 1000$).

Output

Print $t$ integers — the required numbers $a+b$.

ExampleInput
4
1 5
314 15
-99 99
123 987
Output
6
329
0
1110

Input

暂时还没有翻译

加入题单

算法标签: