HDU1403(后缀数组模板)
问题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1403
#include<cstdio>
#include<iostream>
#include<cstring>
using namespace std;
const int MAXN = 200200;
char str[MAXN];
int t1[MAXN], ...
原创
2019-11-13 21:26:46 ·
218 阅读 ·
0 评论