1 2 3 AC 第四题 写完没时间调了 第一题 模拟 #include<cstdio> #include<cmath> #include<cstring> #include<iostream> #include<algorithm> int w[10],b[10],t[10]; int tb[6][9]={ {1,4,7,2,5,8,3,6,9}, {1,4,7,3,6,9,2,5,8}, {2,5,8,3,6,9,1,4,7}, {3,6,9,2,5,8,1,4,7}, {3,6,9,1,4,7,2,5,8},...