SDNU1068(矩陣快速冪模板)

#include<bits/stdc++.h> using namespace std; const int maxn=3; const int mod=1000000007; struct mat { long long int m[maxn][maxn]; } ans; mat mul(mat A,mat B) { mat tmp; for(int i=0; i<max
相關文章
相關標籤/搜索