牛客小白月赛20A

斐波那契 题解: 快速幂就过了web #include<stdio.h> #include<string.h> using namespace std; const int N=2; typedef long long ll; struct Matrix { ll matrix[N][N]; }; const int mod = 1e9 + 7; void init(Matrix &res) {
相关文章
相关标签/搜索