摘要: struct ACM { static const int MAXN = 1e6 + 10; int ch[MAXN][26], fail[MAXN]; int cnt; int R[MAXN]; void Init() { ms(ch[0]), fail[0] = 0; cnt = 0; } in 阅读全文
posted @ 2020-12-02 20:26 purinliang 阅读(76) 评论(0) 推荐(0)