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
相关文章
相关标签/搜索