摘要: https://vjudge.net/problem/UVA-10870 裸的矩阵快速幂 注意系数矩阵在前面 因为系数矩阵为d*d 方程矩阵为d * 1 放反了就是d * 1 d * d 不符合矩阵乘法 #include<bits/stdc++.h> using namespace std; typ 阅读全文
posted @ 2017-04-28 16:25 19992147 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.lydsy.com/JudgeOnline/problem.php?id=3884 拓展欧拉定理 http://blog.csdn.net/Pedro_Lee/article/details/51458773这篇写的不错 我不会用latex。。。就不写了 #include<bi 阅读全文
posted @ 2017-04-28 16:00 19992147 阅读(201) 评论(0) 推荐(0) 编辑