TopCoder

User's AC Ratio

100.0% (3/3)

Submission's AC Ratio

85.7% (6/7)

Tags

Description

題目敘述同 ABC288A - Many A+B Problems,只是這題不會給 $N$ 的值,輸入以 EOF 結尾。


對於所有測試資料:
$-10$$9$ $\le A_i,\ B_i \le 10$$9$

Input Format

輸入至少有 $1$ 行,至多 $1000$ 行,
第 $i$ 行有兩個數字分別代表 $A_i$ 與 $B_i$,
輸入以 EOF 結尾。

Output Format

輸出行數與輸入行數相同,第 $i$ 行包含一個數字代表 $A_i + B_i$ 的答案。

Sample Input 1

3 5
2 -6
-5 0
314159265 123456789

Sample Output 1

8
-4
-5
437616054

Hints

Problem Source

ABC288A - Many A+B Problems

Subtasks

No. Testdata Range Constraints Score
1 10 範例測資 0
2 0~10 題目範圍限制 100

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 65536 2
1 1000 65536 65536 2
2 1000 65536 65536 2
3 1000 65536 65536 2
4 1000 65536 65536 2
5 1000 65536 65536 2
6 1000 65536 65536 2
7 1000 65536 65536 2
8 1000 65536 65536 2
9 1000 65536 65536 2
10 1000 65536 65536 1 2