摘要: 题目 分析 主席树的模板,囤着 代码 #include <bits/stdc++.h> using namespace std; const int N=1000010; int ls[N*20], rs[N*20], root[N*20], newp, sum[N*20], a[N*20]; in 阅读全文
posted @ 2018-02-05 23:56 noble_(noblex) 阅读(115) 评论(0) 推荐(0) 编辑
/* */