摘要:
来自蒟蒻XXJ的做题记录 莫队随便水啊…… ·吃瓜群众:不要听楼上的SB说话!他的代码在luogu上A掉了在bzoj RE了 c++ include using namespace std; const int MAXK=1000100; const int MAXN=50010; const in 阅读全文
摘要:
来自蒟蒻XXJ的做题记录 三维偏序 一维排序 二维cdq 三维树状数组 c++ include using namespace std; const int MAXK=200010; const int MAXN=100010; inline int in(){ int a(0);char c=ge 阅读全文