0_0_39352446_8634.cpp:79:2: error: stray '#' in program
79 | }#include<bits/stdc++.h>
| ^
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:11: error: 'bits' was not declared in this scope
79 | }#include<bits/stdc++.h>
| ^~~~
0_0_39352446_8634.cpp:79:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
79 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39352446_8634.cpp:79:3: error: 'include' does not name a type
79 | }#include<bits/stdc++.h>
| ^~~~~~~
0_0_39352446_8634.cpp:86:6: error: redefinition of 'bool sign'
86 | bool sign=1;
| ^~~~
0_0_39352446_8634.cpp:8:6: note: 'bool sign' previously defined here
8 | bool sign=1;
| ^~~~
0_0_39352446_8634.cpp:94:11: error: redefinition of 'const int N'
94 | const int N=3e5+5;
| ^
0_0_39352446_8634.cpp:16:11: note: 'const int N' previously defined here
16 | const int N=3e5+5;
| ^
0_0_39352446_8634.cpp:95:5: error: redefinition of 'int a [300005]'
95 | int a[N];
| ^
0_0_39352446_8634.cpp:17:5: note: 'int a [300005]' previously declared here
17 | int a[N];
| ^
0_0_39352446_8634.cpp:97:5: error: redefinition of 'int testcase'
97 | int testcase,tc,n;
| ^~~~~~~~
0_0_39352446_8634.cpp:19:5: note: 'int testcase' previously declared here
19 | int testcase,tc,n;
| ^~~~~~~~
0_0_39352446_8634.cpp:97:14: error: redefinition of 'int tc'
97 | int testcase,tc,n;
| ^~
0_0_39352446_8634.cpp:19:14: note: 'int tc' previously declared here
19 | int testcase,tc,n;
| ^~
0_0_39352446_8634.cpp:97:17: error: redefinition of 'int n'
97 | int testcase,tc,n;
| ^
0_0_39352446_8634.cpp:19:17: note: 'int n' previously declared here
19 | int testcase,tc,n;
| ^
0_0_39352446_8634.cpp:100:14: error: redefinition of 'std::vector<int> manacher(std::string)'
100 | vector <int> manacher(string str) {
| ^~~~~~~~
0_0_39352446_8634.cpp:22:14: note: 'std::vector<int> manacher(std::string)' previously defined here
22 | vector <int> manacher(string str) {
| ^~~~~~~~
0_0_39352446_8634.cpp:126:6: error: redefinition of 'void RuinGuard()'
126 | void RuinGuard()
| ^~~~~~~~~
0_0_39352446_8634.cpp:48:6: note: 'void RuinGuard()' previously defined here
48 | void RuinGuard()
| ^~~~~~~~~
0_0_39352446_8634.cpp:147:8: error: redefinition of 'int main()'
147 | signed main()
| ^~~~
0_0_39352446_8634.cpp:69:8: note: 'int main()' previously defined here
69 | signed main()
| ^~~~
|