5371: Greetings from LightOJ
Description
After that the code will select a random problem for you
from my problems databa
Now you are given the number of problems in each of the
computers, you have to find the total number of problems. You can safely assume
that no problem is stored in multiple computers. So, all the problems are
distinct.
Input
Input starts with an integer T (≤ 125),
denoting the number of test cases.
Each case starts with a line containing two integers a and b. a denotes the number of problems in the first computer and b denotes the number of problems in the second computer. You can safely
assume that a and b will be non-negative and not greater than 300.
Output
Sample 1 Input
2
1 7
9 8
Sample 1 Output
Case 1: 8
Case 2: 17