Type: Default 1000ms 256MiB

简单的A+B

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Background

Description

本题十分的简单,就是给出两个数A和B,然后计算出A与B的和,快来AC吧!

Input

第一行输入N,代表有N对数要进行计算。

第2行到第N+1行,输入每对A和B的值。

0 < A,B < 1e20

Output

共有N行,每行输出一对A与B的和。

Samples

输入数据1

1
1 1

输出数据1

2

输入数据2

3
5 8
45 6
210 23

输出数据2

13
51
233

Limitation

1s, 1024KiB for each test case.

第三届西南石油大学程序设计竞赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
8
Start at
2022-5-22 14:20
End at
2022-5-22 17:20
Duration
3 hour(s)
Host
Partic.
136