1575.a+b+c+d=?

Time Limit: 1s Memory Limit: 256MB

This is a very simple problem! Your only job is to calculate $a + b + c + d$!

Input Format(From the terminal/stdin)

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 Format(To the terminal/stdout)

output $T$ lines.
Each line output one integer represent the answer of $a + b + c + d$.

Sample Input

Copy
1
1 2 3 4
 \n
 · · · \n

Sample Output

Copy
10
  \n
Source: 2018 HNU新生赛

Submit

请先 登录

© 2025 FAQs