Read two integers AAA and BBB and print A+BA+BA+B. The input holds several test cases.
The first line contains the number of test cases TTT.
Each of the next TTT lines contains two integers AAA and BBB separated by a space. (0<A,B<100 < A, B < 100<A,B<10)
For each test case, print one line in the form Case #x: y, where xxx is the test case number starting at 1 and yyy is the value of A+BA+BA+B.
Case #x: y