摘要: #include<bits/stdc++.h> using namespace std; struct Manacher { struct Char { char ch; Char(){} Char(char ch) : ch(ch) {} Char &operator = (const char 阅读全文
posted @ 2023-07-30 19:53 CECY 阅读(18) 评论(0) 推荐(0)