Matrix[矩陣乘法]

傳送門 原博客大佬太巨了                #include<bits/stdc++.h> #define N 15 #define LL long long using namespace std; struct Matrix{ LL a[N][N]; Matrix(){memset(a,0,sizeof(a));} }; int n,m; LL Mod=10000007; M
相關文章
相關標籤/搜索