会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cherish__lin
博客园
首页
新随笔
联系
管理
订阅
2019年7月27日
扩展KMP
摘要: #include #include #include #include #include #include using namespace std; typedef long long ll; const int maxn=100010; //字符串长度最大值 int nex[maxn],ex[maxn]; //ex数组即为extend数组 //预处理计算next数组 //void GE...
阅读全文
posted @ 2019-07-27 10:18 cherish__lin
阅读(218)
评论(0)
推荐(0)
编辑
公告