0_0_23614854_9901.cpp: In function 'void manacher()':
0_0_23614854_9901.cpp:26:39: error: expected primary-expression before '<' token
while(st[i-p[i]]==st[i+p[i]]&&<span style="color:#ff0000;">st[i-p[i]]<=st[i-p[i]+2]</span>) p[i]++;
^
0_0_23614854_9901.cpp:26:40: error: 'span' was not declared in this scope
while(st[i-p[i]]==st[i+p[i]]&&<span style="color:#ff0000;">st[i-p[i]]<=st[i-p[i]+2]</span>) p[i]++;
^
0_0_23614854_9901.cpp:26:45: error: expected ')' before 'style'
while(st[i-p[i]]==st[i+p[i]]&&<span style="color:#ff0000;">st[i-p[i]]<=st[i-p[i]+2]</span>) p[i]++;
^
0_0_23614854_9901.cpp:26:45: error: 'style' was not declared in this scope
0_0_23614854_9901.cpp:26:77: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
while(st[i-p[i]]==st[i+p[i]]&&<span style="color:#ff0000;">st[i-p[i]]<=st[i-p[i]+2]</span>) p[i]++;
^
0_0_23614854_9901.cpp:26:93: error: expected primary-expression before '/' token
while(st[i-p[i]]==st[i+p[i]]&&<span style="color:#ff0000;">st[i-p[i]]<=st[i-p[i]+2]</span>) p[i]++;
^
0_0_23614854_9901.cpp:26:99: error: expected primary-expression before ')' token
while(st[i-p[i]]==st[i+p[i]]&&<span style="color:#ff0000;">st[i-p[i]]<=st[i-p[i]+2]</span>) p[i]++;
^
|