会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
foreignbill
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2017年10月29日
JJM
摘要: 我的头文件 suffix array include include include include using namespace std; const int maxn = 200000 + 100; int sa[maxn]; int t1[maxn], t2[maxn], c[maxn];
阅读全文
posted @ 2017-10-29 21:40 foreignbill
阅读(548)
评论(0)
推荐(0)
编辑
2017年10月27日
Team_GJX模板整理
摘要: 哈希 康拓展开 字符串hash $HASH[i]=S[1]x^i+S[2]x^{i 1}+...+S[i]$. 对于$[l,r]$区间的hash值为$HASH(l,r)=HASH[r] HASH[l 1]x^{r l+1}$. 中国剩余定理 $n$个同余方程,第$i$个为$x\equiv a[i]
阅读全文
posted @ 2017-10-27 18:56 foreignbill
阅读(427)
评论(0)
推荐(1)
编辑
2016年11月28日
Hello,Foreignbill
摘要: 大家好,这里是Foreignbill的个人空间,以后就在这里发表文章啦。
阅读全文
posted @ 2016-11-28 16:37 foreignbill
阅读(79)
评论(0)
推荐(0)
编辑
上一页
1
2
3
公告