09 2021 档案

摘要:#【模板】笛卡尔树 \(\text{Code}\) #include <cstdio> #include <iostream> #define re register #define LL long long using namespace std; const int N = 1e7 + 5; i 阅读全文
posted @ 2021-09-10 13:13 leiyuanze 阅读(56) 评论(0) 推荐(2)
摘要:带修改莫队板子 块长取 \(O(n^{\frac 2 3})\) 总时间复杂度为 \(O(n^{\frac 5 3})\) \(\text{Code}\) #include <cstdio> #include <cmath> #include <algorithm> #include <iostre 阅读全文
posted @ 2021-09-04 16:54 leiyuanze 阅读(33) 评论(0) 推荐(0)