会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
AC-Evil
首页
管理
2019年7月27日
后缀自动机模板
摘要: ```cpp include using namespace std; define ll long long const int maxn = 1e6 + 5; ll ans = 0; namespace SAM { struct Node { int ch[26], fa, val; int l
阅读全文
posted @ 2019-07-27 22:30 AC-Evil
阅读(132)
评论(1)
推荐(0)
编辑
公告