本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。
#include<iostream>
#include<cstring>
using namespace std;
int main(){
int s1[3][3]={{4,9,2},{3,5,7},{8,1,6}};
int s2[3][3]={{2,9,4},{7,5,3},{6,1,8}};
int s3[3][3]={{8,1,6},{3,5,7},{4,9,2}};
int s4[3][3]={{8,3,4},{