摘要:
#include #include #include #include #include #include #include using namespace std; #define maxn 110100 int p[2*maxn]; char s[2*maxn]; void manacher(char *s){ int n=strlen(s); for... 阅读全文
posted @ 2015-10-13 09:29
Beserious
阅读(148)
评论(0)
推荐(0)
浙公网安备 33010602011771号