A+B for each test case

No attempts yetTime limit1sMemory limit256 MB

Problem

Read two integers AA and BB and print A+BA+B. The input holds several test cases.

Input

The first line contains the number of test cases TT.

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

Output

For each test case, print one line in the form Case #x: y, where xx is the test case number starting at 1 and yy is the value of A+BA+B.