int c = r[0]; for(int i = r[0]; i != 0; i = r[i]) { if(sz[col[i]] < sz[col[c]]) c = i; }
优先选择size小的列进行启发式搜素。
小于号打成>,T了9个点((