首页 > Fibonacci
头像 henry_y
发表于 2019-09-05 19:35:26
矩阵快速幂入门题。并且转移矩阵直接题目给你了...那么模拟矩阵操作就好了。 #include <cstdio> #include <algorithm> #include <cstring> using namespace std; typedef long l 展开全文