0_0_22861100_31497.cpp: In function 'void manacher(int*, int*, int)':
0_0_22861100_31497.cpp:18:5: error: 's' was not declared in this scope
s[0] = '@'; s[1] = '#';
^
0_0_22861100_31497.cpp: In function 'int main()':
0_0_22861100_31497.cpp:59:36: error: expected primary-expression before ')' token
for(int j=1;j<=2*n+1;j+)
^
0_0_22861100_31497.cpp:79:27: error: expected ',' before '/' token
tmp=[j/2][i];
^
0_0_22861100_31497.cpp:79:27: error: expected identifier before '/' token
0_0_22861100_31497.cpp: In lambda function:
0_0_22861100_31497.cpp:79:30: error: expected '{' before '[' token
tmp=[j/2][i];
^
0_0_22861100_31497.cpp: In function 'int main()':
0_0_22861100_31497.cpp:79:30: error: no match for 'operator[]' (operand types are 'main()::<lambda()>' and 'int')
|