摘要: P1533 可怜的狗狗 可持久化线段树的板子题目 离散化(build); 查找(find); #include<bits/stdc++.h> using namespace std; const int N = 3e5 + 7; int a[N], hs[N]; int rt[N], tl[N << 阅读全文
posted @ 2022-12-04 18:29 feuerwerk 阅读(18) 评论(0) 推荐(0)