摘要: #include <iostream> #include <cstdio> #include <cstring> using namespace std; const int N = 2000010; typedef long long LL; int n; //t[i]表示树状数组i结点覆盖的范围 阅读全文
posted @ 2020-08-30 20:35 想拿牌想考研的菜鸡 阅读(136) 评论(0) 推荐(0)