摘要:
// 主席树 O(nlognlogn) #include <iostream> #include <cstring> #include <algorithm> using namespace std; #define N 200005 #define lc(x) tr[x].l #define rc 阅读全文
posted @ 2025-08-31 17:16
yFatSheep
阅读(3)
评论(0)
推荐(0)
2025年8月31日