Manacher's algorithm

if p[i'] <= R - i; then p[i] = p[i'] else p[i] >= R -i (which we should expand i (the center) past the rigth edge to get it)

-------------本文结束感谢您的阅读-------------