Problem2399--真·诈骗题

2399: 真·诈骗题

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

你的任务是计算a+b。

Input

第一行输入一个t
测试用例包含两个整数a,b。
(t<=1e4,a <= 1e18,b <= 1e18)

Output

输出每个测试用例的答案

Sample Input Copy

2
1 5
10 20

Sample Output Copy

6
30

HINT

题目绝对保真

Source/Category

admin