a+b problem
Description
Given two integers \(x\) and \(y\), print the sum.
Format
Input
One integer \(T\) ( \(0 \leq T \leq 10^5\) )
    Two integers \(x\) and \(y\), satisfying \(-2^{31} \leq x\), \(y\leq2^{31}\) .
Output
\(T\) integers, the sum of \(x\) and \(y\).
Sample 1
Input
1
123 500
Output
623
Limitation
100ms , 256MiB for each test case.
信息
- 难度
 - 7
 - 分类
 - (无)
 - 标签
 - 递交数
 - 27
 - 已通过
 - 6
 - 通过率
 - 22%
 - 上传者
 
相关
在下列比赛中: