问题2466--a+b+c+d=?2466: a+b+c+d=?
时间限制: 1 Sec 内存限制: 128 MB
提交: 13 解决: 2
[提交] [状态] [讨论版] [命题人:]题目描述
This is a very simple problem! Your only job is to calculate a + b + c + d!
输入
There are several cases.
In the first line, there is a single integer T.(T <= 200)
In the next T lines, each line contains four integers a, b, c and d(-2^61 <= a,b,c,d <=2^61)
输出
output T lines.
Each line output one integer represent the answer of a + b + c + d
样例输入
1
1 2 3 4
样例输出
10
来源/分类
[提交] [状态]