0_0_31160862_1947.cpp: In lambda function:
0_0_31160862_1947.cpp:34:25: error: expected '{' before ';' token
p[i]=[j];
^
0_0_31160862_1947.cpp: In function 'int Manacher(std::string)':
0_0_31160862_1947.cpp:34:21: error: cannot convert 'Manacher(std::string)::<lambda()>' to 'int' in assignment
p[i]=[j];
^
|