摘要: 下午做了点分治练习题:P2634 聪聪可可 学了 manacher 算法。 #include<bits/stdc++.h> using namespace std; const int N = 2.2e7; char t[N]; char s[N]; int d[N],cnt; int main() 阅读全文
posted @ 2023-11-14 19:58 cjrqwq 阅读(4) 评论(0) 推荐(0)