If I use scanf to get the number of testcases instead of what I'm doing ... while(T>0) { char line[200]; int j=0; fgets(line,200,stdin); int ...
確定! 回上一頁