#Lutece0636. 这是一道水题

这是一道水题

Migrated from Lutece 636 这是一道水题

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

Krolia提示:这真的就是一道水题。如果实在是做不出,参见这里

输入a,b,ca,b,c,输出a+b+ca+b+c

Input

有多组测试数据。输入的第一行是整数TT(0<T1000 < T \leq 100),表示测试数据的组数。每一组测试数据只有一行,分别为整数aabbcc(0a,b,c100 \leq a,b,c \leq 10),相邻两数间有一个空格。该行没有其它多余的符号。

Output

对应每组输入,输出占一行,结果为三个数的和。该行不能有其它多余的符号。

Samples

3
1 2 3
4 5 6
1 1 1
6
15
3

Resources

KroliaFansClub