摘要: Manacher template by zhangtianli #include <iostream> using namespace std; const int MAXN = 1e6 + 10; // Manacher // Radius of palindromes with mid poi 阅读全文
posted @ 2020-06-17 14:05 ZTL-UwU 阅读(132) 评论(0) 推荐(0)