poj 3261 二分答案+后缀数组 求至少出现k次的最长重复子序列
摘要:
1 #include "stdio.h" 2 #define maxn 20010 3 4 int wa[maxn],wb[maxn],wv[maxn],ws[maxn]; 5 int rank[maxn],height[maxn]; 6 int r[maxn],sa[maxn],ans[max... 阅读全文
posted @ 2014-10-23 11:01 Pentium.Labs 阅读(308) 评论(0) 推荐(0) 编辑