摘要:
#include<iostream> #include<math.h> #include<stdio.h> #include<string.h> #include<stdlib.h> #include<algorithm> #define maxn 30 using namespace std; s 阅读全文
摘要:
#include #include #include #include #include #include #define maxn 30 using namespace std; struct Matrax{ int m[maxn][maxn]; }; Matrax a,per; int n,M; void init(){ for(int i=0;i<n;i++){ ... 阅读全文