最大值(KMP)

最大值(KMP) 传送门html 思路:输出 k m p kmp kmp先后缀表的最大值或者暴力( 多是个假算法)c++ 暴力AC代码:web #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=1e5+5; #define mst(a) memset(a,0,sizeof a) char s
相关文章
相关标签/搜索