This problem is pretty easy.
It just like the A + B problem.
But this one is special, The special rule is that we don't need calculate all the carry problem(进位).
For example, the 22 plus 99 is equal to 11, the 19 plus 90 is equal to 09.
For each case, print the answer by the new rule.