摘要: struct suffix_automaton { string s; int son[maxn][26],pre[maxn],step[maxn],last,total; inline void push_back(int v) { step[++total]=v; } void Extend(c 阅读全文
posted @ 2018-01-08 17:46 秦こころ酱 阅读(92) 评论(0) 推荐(0) 编辑