0_0_28164577_9940.cpp:65:2: error: stray '#' in program
}#include <cmath>
^
0_0_28164577_9940.cpp:65:3: error: 'include' does not name a type
}#include <cmath>
^
0_0_28164577_9940.cpp:72:11: error: redefinition of 'const int N'
const int N=1008611;
^
0_0_28164577_9940.cpp:8:11: note: 'const int N' previously defined here
const int N=1008611;
^
0_0_28164577_9940.cpp:74:5: error: redefinition of 'int t'
int t,slen;
^
0_0_28164577_9940.cpp:10:5: note: 'int t' previously declared here
int t,slen;
^
0_0_28164577_9940.cpp:74:7: error: redefinition of 'int slen'
int t,slen;
^
0_0_28164577_9940.cpp:10:7: note: 'int slen' previously declared here
int t,slen;
^
0_0_28164577_9940.cpp:75:9: error: redefinition of 'char s [1008611]'
char s[N];
^
0_0_28164577_9940.cpp:11:6: note: 'char s [1008611]' previously declared here
char s[N];
^
0_0_28164577_9940.cpp:76:11: error: redefinition of 'int fail [1008611]'
int fail[N];
^
0_0_28164577_9940.cpp:12:5: note: 'int fail [1008611]' previously declared here
int fail[N];
^
0_0_28164577_9940.cpp: In function 'int main()':
0_0_28164577_9940.cpp:78:5: error: redefinition of 'int main()'
int main()
^
0_0_28164577_9940.cpp:14:5: note: 'int main()' previously defined here
int main()
^
|