摘要: 史上最易懂的后缀自动机讲解!独创理解思路还有例题讲解~ O(nlogn) #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=100010; int wa[N],wb[N],wv[N],wss[ 阅读全文
posted @ 2021-07-30 15:28 棉被sunlie 阅读(38) 评论(0) 推荐(0)