2016年6月2日

一发kuangbin~~AC自动机版子,带注解,计数的作用。

摘要: 屌丝的字典树。。。醉了。。。 #include #include #include #include #include #include #include using namespace std; struct Trie { int next[500010][26],fail[500010],isend[500010]; int root,L; int ... 阅读全文

posted @ 2016-06-02 11:43 very_czy 阅读(433) 评论(0) 推荐(0) 编辑

导航