Dice

No attempts yetTime limit1sMemory limit128 MB

Problem

Today I suddenly want to roll a die.

But I also want to write code.

So why not do both?

Input

The first line contains the number of test cases TT.

Each of the next TT lines holds one test case: the two numbers that came up when a die was rolled twice, separated by a space. Both numbers are integers from 1 to 6.

Output

For each test case, print Case x: and then the sum of the two numbers rolled. The test case number xx starts at 1.