摘要: 高效进阶 金牌导航 字符串 manacher #include<bits/stdc++.h> using namespace std; const int N=1e6+5; string a, s; int r[N]; int intt() //中间加入“#”以便判断偶数回文串 { s[0]='$' 阅读全文
posted @ 2025-02-23 16:03 流氓兔LMT 阅读(15) 评论(0) 推荐(0)