摘要: P3834 【模板】可持久化线段树 1(主席树) 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 2e5+5; 4 int n, q, m, cnt = 0; 5 int a[maxn], b[maxn], T 阅读全文
posted @ 2019-11-04 12:20 麻辣猪仔 阅读(105) 评论(0) 推荐(0) 编辑