会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
BiteTheDDDt's Blog
天方夜谭
博客园
新随笔
联系
管理
2019年3月26日
自动机模版
摘要: #include using namespace std; class Automaton { public: static const int maxn=100005,ALP=26; int last,next[maxn*2][ALP],p,fail[maxn*2],len[maxn*2]; long long sum; virtual void ini...
阅读全文
posted @ 2019-03-26 19:30 BiteTheDDDDt
阅读(178)
评论(0)
推荐(0)
编辑
公告