0_0_17203227_29421.cpp:41:2: error: stray '#' in program
}#include<cstdio>
^
0_0_17203227_29421.cpp: In function 'int main()':
0_0_17203227_29421.cpp:21:5: error: redefinition of 'int main()'
int main()
^
0_0_17203227_29421.cpp:2:5: note: 'int main()' previously defined here
int main(){
^
0_0_17203227_29421.cpp: At global scope:
0_0_17203227_29421.cpp:41:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_17203227_29421.cpp: In function 'int main()':
0_0_17203227_29421.cpp:50:5: error: redefinition of 'int main()'
int main(){
^
0_0_17203227_29421.cpp:2:5: note: 'int main()' previously defined here
int main(){
^
0_0_17203227_29421.cpp: In function 'int main()':
0_0_17203227_29421.cpp:62:5: error: redefinition of 'int main()'
int main()
^
0_0_17203227_29421.cpp:2:5: note: 'int main()' previously defined here
int main(){
^
0_0_17203227_29421.cpp: At global scope:
0_0_17203227_29421.cpp:83:19: error: conflicting declaration 'int t [1010]'
int p[maxn],t[maxn],t1[maxn],t2[maxn];
^
0_0_17203227_29421.cpp:20:18: note: previous declaration as 'char t [1000001]'
char s[1000001], t[1000001];
^
0_0_17203227_29421.cpp: In function 'int main()':
0_0_17203227_29421.cpp:84:5: error: redefinition of 'int main()'
int main(){
^
0_0_17203227_29421.cpp:2:5: note: 'int main()' previously defined here
int main(){
^
|