随笔分类 -  数学--矩阵乘法

摘要:矩阵快速幂,对于很大的递推式需要要用到; 贴几个题http://poj.org/problem?id=3070 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> const int M=2; const 阅读全文
posted @ 2019-04-15 21:35 starve_to_death 阅读(145) 评论(0) 推荐(0)