
字符串
SugarSBN
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
KMP
/* kmp luogu p3375 by sbn 2017-12-24 */ #include<iostream> #include<cstdio> #include<cstdlib> #include<string> #include<cstring> using namespace std; string s1,s2; int转载 2017-12-24 15:59:20 · 140 阅读 · 0 评论 -
AC自动机简单版
/* AC自动机 by sbn p 3808 2017-12-24 */ #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #include<queue> #include<algorithm> using namespace std; typ转载 2017-12-24 15:57:07 · 166 阅读 · 0 评论