/ fz_zsl / 题库 /

a+b problem

a+b problem

Description

Given two integers xx and yy, print the sum.

Format

Input

One integer TT ( 0T1050 \leq T \leq 10^5 )
Two integers xx and yy, satisfying 231x-2^{31} \leq x, y231y\leq2^{31} .

Output

TT integers, the sum of xx and yy.

Sample 1

Input

1
123 500

Output

623

Limitation

100ms , 256MiB for each test case.

信息

难度
7
分类
(无)
标签
递交数
27
已通过
6
通过率
22%
上传者

相关

在下列比赛中:

比赛功能测试 - rated