The Description Do you play QQ speed? If not, it is a pity ~ ~ The feeling of the hurricane, the drift (drift), But this is not want you to play, just want you to help me see, every game I can get a championship, Every game must have from 2 to 6 people can play, if you are not a purple drill, Input Enter the first line is a T represents how many set of test data Each set of test data of the first line is an integer n, on behalf of the several players the game The next n lines, each line are three integers a: b: c The first act my grades The Output For each set of input and output an integer, which is my place in the game (ranking), Plastic variable overflow oh After the program to modify 1 # include 2 int main () 3 { Int t; 5 the scanf (" % d ", & amp; T); 6 while (t -) 7 { Int n, s=0, i1, I=0; 9 double sum [5], x, y, z; 10 the scanf (" % d ", & amp; N); 11 the if (n<2 | | n> 6) 12 { 13 t++; 14 the continue; 15} 16 for (; n!=0; N -) 17 { Lf: lf: 18 the scanf (" % % % lf ", & amp; X, & amp; Y, & amp; Z); 19 the sum [I] + y=x * 100000 * 1000 + z; 20 i++; 21} 22 i1=I; 23 for (I=1; i<=i1; I++) 24 { 25 if (sum [0] & gt; The sum [I]) 26 s +=1; 27} Printf (" Sample Output \ n \ n % d ", s); 29} 30 return 0; 31}