会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
abclzr
卑微如尘土的蒟蒻
首页
新随笔
联系
管理
2016年12月13日
【UOJ #35】后缀排序 后缀数组模板
摘要: "http://uoj.ac/problem/35" 以前做后缀数组的题直接粘模板。。。现在重新写一下模板 注意用来基数排序的数组一定要开到N。 c++ include include include using namespace std; const int N = 100003; int t1
阅读全文
posted @ 2016-12-13 18:48 abclzr
阅读(192)
评论(0)
推荐(0)
编辑
公告