SP34011 JGTLE - Jalil Got TLE
Description
Ananta Jalil is a multi talented person. He can make any task possible which is impossible to others. Recently he has learned programming basic. In a problem, he submitted the following solution:
```
#include
int main()
{
int t;
scanf("%d", &t);
for(int tc = 1; tc
Input Format
The first line of input will contain a positive integer T denoting the number of test cases.
In each test case, there will be 3 positive integers a, b and c.
Output Format
For each test case, print the output as same as the above program.