摘要: #include<bits/stdc++.h> using namespace std; const int N = 1e5 + 20 ; struct SAM{ int t[N][26] , link[N] , len[N]; int last ,tot ; SAM() : last(1) , t 阅读全文
posted @ 2025-07-28 20:25 Super_lollipop 阅读(23) 评论(1) 推荐(0)