摘要: 题意: 给定一个序列,长度为n( using namespace std; const int maxn=2e5+5; const int Log=40; int num[maxn Log],lson[maxn Log],rson[maxn Log]; int root[maxn]; int tot 阅读全文
posted @ 2019-11-28 14:54 UCPRER 阅读(165) 评论(0) 推荐(0)