摘要: 可持久化trie树 最大异或和 #include <iostream> using namespace std; const int N = 600010, M = N * 25; int n, m; // 序列初始长度、操作个数 int s[N]; // 原序列的异或前缀和 int tr[M][2 阅读全文
posted @ 2022-11-05 23:41 Dengpc 阅读(63) 评论(0) 推荐(0)