[kuangbin带你飞]专题十六 KMP & 扩展KMP & Manacher 题解

Aios #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #include <iostream> #include <sstream> #include <map> using namespace std; const int MAX_N = 1000024; int mo[MAX_N],str[
相关文章
相关标签/搜索