Comma-separated A+B

No attempts yetTime limit1sMemory limit256 MB

Problem

Read two integers AA and BB, then print A+BA+B.

Input

The first line contains the number of test cases TT.

Each of the next TT lines contains AA and BB. The two numbers are separated by a comma (,). (0<A,B<100 < A, B < 10)

Output

For each test case, print A+BA+B on its own line.