A+B until end of input

No attempts yetTime limit1sMemory limit256 MB

Problem

Write a program that reads two integers AA and BB and prints A+BA+B.

Input

The input has several test cases. Each test case is one line holding two integers AA and BB separated by a space. (0<A,B<100 < A, B < 10)

The number of test cases is not given. Read until the input ends.

Output

For each test case, print A+BA+B on its own line, in the order the cases appear in the input.