TopCoder

User's AC Ratio

100.0% (1/1)

Submission's AC Ratio

100.0% (1/1)

Tags

Description

有鑑於有同學詢問為什麼沒有A+B的題目,因此就放上來讓大家回味一下 v( ̄︶ ̄)y


Given two integers A and B, please output A+B.

Input Format

The first line contains an integer T<=100 indicating the number of test cases. For each test case there is a line containing two positive integers A and B both not greater than 100.

Output Format

For each test case please output sum of A and B.

Sample Input 1

3
20 10
7 25
8 30

Sample Output 1

30
32
38

Hints

Problem Source

Migrated from old NTUJ.

NTUJ 0001

Subtasks

No. Testdata Range Score

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 10000 65536 200