0_0_38857577_31878.cpp: In function 'int Manacher()': 0_0_38857577_31878.cpp:27:65: error: 'l' was not declared in this scope 27 | while(s[i+p[i]] == s[i-p[i]] && i-p[i] >= 0 && i+p[i] < l)///判断半径外的字符还有没有相等的,如果有,就更新回文串的半径长 | ^