摘要:
#include #include using namespace std; const int maxn=2,mod=1000000007; struct Matrix { long long mat[maxn][maxn]; Matrix operator*(const Matrix& m)const///重载*运算符,使其能进行矩阵相乘的运算 ... 阅读全文
posted @ 2017-08-16 11:33
sapphirebitter
阅读(252)
评论(0)
推荐(0)
浙公网安备 33010602011771号