1689: 5149. 简单计算

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:3

Description


Input

第一行包含整数 T,表示共有 T 组测试数据。

每组数据占一行,包含三个整数 x,y,z�,�,�

Output

Sample Input Copy

3
7 5 12345
5 0 4
10 5 15

Sample Output Copy

12339
0
15

Source/Category