摘要: 【算法】后缀数组 【题解】把数组复制一遍然后SA处理即可。 后缀数组 #include<cstdio> #include<algorithm> #include<cstring> using namespace std; const int maxn=300010; int sa[maxn],bas 阅读全文
posted @ 2017-04-02 18:00 ONION_CYC 阅读(182) 评论(0) 推荐(0) 编辑