会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
相儒以沫
博客园
首页
新随笔
联系
订阅
管理
2016年8月3日
扩展KMP模版
摘要: 函数: 使用方法:
阅读全文
posted @ 2016-08-03 18:55 相儒以沫
阅读(404)
评论(0)
推荐(0)
编辑
ac自动机模版(hdu2222)
摘要: #include #include #include #include #include using namespace std; const int K=26;//一共有多少种字符 const int MAXC=500010;//模版串包含的字符数量 const int MAXN=1000010;//匹配串的最大长度 struct Trie { int next[M...
阅读全文
posted @ 2016-08-03 18:54 相儒以沫
阅读(180)
评论(0)
推荐(0)
编辑
公告