摘要:
"P4137 Rmq Problem / mex" 主席树的大水题 维护每个自然数前一个出现的位置 关于查询$l,r$区间,在第$r$颗主席树查询位置小于$l$的第一个数 cpp include include include include include using namespace std; 阅读全文
摘要:
"P3715 [BJOI2017]魔法咒语" 用基本词汇组成$L$长度的单词,其中不能包含禁忌词汇 用禁忌词汇建强大的$tire$图 解决: 分类讨论,$L include using namespace std; typedef long long LL; const LL maxn=1010; 阅读全文
摘要:
[P4891 序列]{https://www.luogu.org/problemnew/show/P4891} 毒瘤线段树 区间维护: $pa:a=b的b积$ $max\_a:最大a$ $min\_b:a include using namespace std; typedef long long 阅读全文