会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
追求挑战,超越自我
自信,自强,永不放弃
博客园
首页
新随笔
联系
订阅
管理
2014年5月16日
14年百度之星资格赛第四题
摘要: LabyrinthTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 519 Accepted Submission(s): 174Proble...
阅读全文
posted @ 2014-05-16 16:54 LegendaryAC
阅读(551)
评论(0)
推荐(0)
编辑
AC自动机
摘要: hdu2222 字符串多模匹配算法 采用kuangbin模板#include #include #include #include #include using namespace std;struct Trie{ int next[500010][26],fail[500010],end[5...
阅读全文
posted @ 2014-05-16 14:16 LegendaryAC
阅读(185)
评论(0)
推荐(0)
编辑
公告