摘要:
二次联通门 : luogu P3799 妖梦拼木棒 阅读全文
posted @ 2017-06-21 21:52
ZlycerQan
阅读(252)
评论(0)
推荐(0)
摘要:
二次联通门 : luogu P1962 斐波那契数列 /* luogu P1962 斐波那契数列 矩阵快速幂求feibonacii 矩阵为 1 1 1 0 做N - 2次方就好 */ #include <cstdio> #define Mod 1000000007 #define Max 2 voi 阅读全文
posted @ 2017-06-21 21:06
ZlycerQan
阅读(207)
评论(0)
推荐(0)