hdu 6198 【BM求线性递推】【模板】

题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=6198 思路:先手推出前几项,而后直接套用模板就 o k {ok} ok了。 模板真好用。。。。 AC代码:php #include<bits/stdc++.h> using namespace std; typedef long long ll; const ll mod=998244353; ll
相关文章
相关标签/搜索