上一页 1 ··· 11 12 13 14 15
摘要: qwq P3215 [HNOI2011]括号修复 / [JSOI2011]括号序列 (-> -1 , )->1 fhq-treap 维护 premax,sufmin P2042 [NOI2005]维护数列 写了 Splay 维护 pushup 要与线段树不同,要加根节点:lmx[x]=max(lmx 阅读全文
posted @ 2020-11-11 12:40 Rainbow_qwq 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 多项式exp 阅读全文
posted @ 2020-11-04 21:25 Rainbow_qwq 阅读(281) 评论(3) 推荐(0) 编辑
摘要: #define mod 998244353 struct modint{ unsigned int x; modint(int o=0){x=o;} modint &operator = (int o){return x=o,*this;} modint &operator +=(modint o) 阅读全文
posted @ 2020-10-31 18:35 Rainbow_qwq 阅读(1018) 评论(0) 推荐(1) 编辑
摘要: RT 阅读全文
posted @ 2020-10-16 12:51 Rainbow_qwq 阅读(238) 评论(3) 推荐(1) 编辑
上一页 1 ··· 11 12 13 14 15