摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn=500500; 8 int n; 9 int aa[maxn];//离散后 10 int c[maxn];//树状数组 11 12 struct Node 13 { 14 int v; 15 ... 阅读全文
posted @ 2017-10-19 11:46 东流vip 阅读(150) 评论(0) 推荐(0) 编辑