会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Neworld1111
By hcf
首页
新随笔
管理
2018年8月18日
[模板]AC自动机(1)
摘要: 题目描述 给定一个文本串和多个模式串,求有几个模式串出现在文本串中 cpp include include include define MAXN 1000005 char s[MAXN]; int N; struct queue{ int que[MAXN];int head,tail; queu
阅读全文
posted @ 2018-08-18 23:52 Neworld1111
阅读(121)
评论(0)
推荐(0)
编辑
公告