Read two integers AAA and BBB, then print A+BA+BA+B.
The first line contains the number of test cases TTT.
Each of the next TTT lines contains AAA and BBB. The two numbers are separated by a comma (,). (0<A,B<100 < A, B < 100<A,B<10)
For each test case, print A+BA+BA+B on its own line.