欢迎来到蒟蒻mqd的博客

随笔分类 -  AC自动机

摘要:题目链接 https://www.luogu.org/problemnew/show/P3808 AC自动机模板 代码 c++ include using namespace std; define N 1000050 int n; char s[N]; struct AC_automation { 阅读全文
posted @ 2019-05-12 13:40 mmqqdd 阅读(172) 评论(0) 推荐(0)