Write a program that reads two integers AAA and BBB and prints A+BA+BA+B.
The input has several test cases. Each test case is one line holding two integers AAA and BBB separated by a space. (0<A,B<100 < A, B < 100<A,B<10)
The number of test cases is not given. Read until the input ends.
For each test case, print A+BA+BA+B on its own line, in the order the cases appear in the input.