会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
咸 鱼 翻 身
博客园
首页
新随笔
联系
管理
随笔分类 -
字符串
kmp 模板
摘要:#include #include #include #include #include #include #include #include using namespace std; char x[10000]; char y[1000000]; int Next[10000]; void build_Next(){ int lenx=strlen(x); int j=0,k=...
阅读全文
posted @
2018-10-04 16:31
快乐的黄鳝
阅读(98)
评论(0)
推荐(0)
公告