| Problem I
      
     | Is this the easiest problem?  | Time Limit : 
    1 second | |||||
| 
 A triangle is a geometric shape with three positive sides. However, any given three sides won’t necessarily form a triangle. The three sides must form a closed region. Triangles are categorized depending on the values of the sides of a valid triangle. In this problem you are required to determine the type of a triangle. 
 | |||||||
| Input | |||||||
| The first line of input will contain a positive integer T<20, where T denotes the number of test cases. Each of the next T lines will contain three 32 bit signed integer. | |||||||
| Output | |||||||
| For each case of   input there will be one line of output. It will be formatted as:  
 | |||||||
| Sample Input | Sample Output | ||||||
| 4 | Case 1: Invalid | ||||||
| Problem Setter: Shamim Hafiz  | |||||||