
AC自动机
KLFTESPACE
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Keywords Search HDU - 2222
//AC自动机模板 这道题直接用字符的ASCLL码表示会TLE。。。。所以用0-26表示 #include <stdio.h> #include <string.h> #include <iostream> #include <algorithm> #include <queue> using namespace std; co...原创 2019-08-16 17:43:07 · 127 阅读 · 0 评论 -
病毒侵袭持续中 HDU - 3065
刚开始树里的数组开小了...TLE 询问字符串长度不够 RE了 未考虑多组输入,WA,, AC #include <stdio.h> #include <string.h> #include <iostream> #include <algorithm> #include <queue> using namespace ...原创 2019-09-17 21:55:46 · 131 阅读 · 0 评论