Ke9_qux @ 2024-08-29 20:42:11
当你输出ERR并读入下一组数据前,把这组没读入完的数据全读入了:
printf("ERR\n"); while(t--) getline(cin,ts); return;