摘要: ###双倍回文 #include <bits/stdc++.h> using namespace std; const int M=1e6+5; char s[M]; int p[M],n=1,ans=0; void Manacher(string t) { s[0]='@',s[1]='#'; f 阅读全文
posted @ 2023-02-14 20:00 basicecho 阅读(28) 评论(0) 推荐(0)
摘要: 掌握字典树的实质 阅读全文
posted @ 2023-02-14 17:02 basicecho 阅读(27) 评论(0) 推荐(0)