随笔分类 -  后缀数组

摘要:题目 题解 #include<bits/stdc++.h> using namespace std; const int N=1000002; int rak[N],tp[N],sa[N],n,i,M,tax[N]; char s[N]; void Qsort(){ memset(tax,0,(M+ 阅读全文
posted @ 2018-07-02 13:34 Mingoal 阅读(10) 评论(0) 推荐(0)