排序就行了 行号 i 做排序循环 s[i][0] 然后 s[i][1]跟着变就行了 或者 就 if(index==1) s[i][0]做排列s[i][1]跟着变 if(index==2) s[i][1]做排列s[i][0]跟着变
没看明白你要做什么