SPOJ - LCS Longest Common Substring (後綴自動機)

求兩個串的最長公共子串c++ 保存個人模板!spa   #include<bits/stdc++.h> using namespace std; const int MAXN=500005; typedef long long ll; int step[MAXN]; int SZ=1; int ch[MAXN][30]; int fa[MAXN]; int last=1; void exten
相關文章
相關標籤/搜索