摘要: FFT #include <bits/stdc++.h> #define rep(i, a, b) for (int i = a; i < (int)b; i++) using namespace std; typedef double db; typedef long long ll; const 阅读全文
posted @ 2022-09-14 23:01 hzy0227 阅读(130) 评论(0) 推荐(0) 编辑
摘要: DP+ 矩阵快速幂优化转移 Problem - 7245 (hdu.edu.cn) #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> PII; const int mo 阅读全文
posted @ 2022-09-14 19:20 hzy0227 阅读(19) 评论(0) 推荐(0) 编辑