摘要: #include<bits/stdc++.h> using namespace std; const int N = 1e4 + 10; int p[N]; void manacher(string s,int &st,int &x) { memset(p,0,sizeof(p)); string 阅读全文
posted @ 2019-11-29 16:11 ChunhaoMo 阅读(67) 评论(0) 推荐(0) 编辑