6401专题

2018 Multi-University Training Contest 8 hdu 6401 Magic Square

http://acm.hdu.edu.cn/showproblem.php?pid=6401   水题。。。。   #include<bits/stdc++.h>using namespace std;char a[11][11];void shun(int x,int y){char t=a[x][y];a[x][y]=a[x+1][y];a[x+1][y]=a[x+1][y+1