0_0_8437806_8452.cpp:96: error: expected constructor, destructor, or type conversion before '<' token
0_0_8437806_8452.cpp:96: error: expected `,' or `;' before '<' token
0_0_8437806_8452.cpp:103: error: redefinition of `const int MaxN'
0_0_8437806_8452.cpp:9: error: `const int MaxN' previously defined here
0_0_8437806_8452.cpp:104: error: redefinition of `const int MaxC'
0_0_8437806_8452.cpp:10: error: `const int MaxC' previously defined here
0_0_8437806_8452.cpp:105: error: redefinition of `const int MaxL'
0_0_8437806_8452.cpp:11: error: `const int MaxL' previously defined here
0_0_8437806_8452.cpp:107: error: redefinition of `struct node_t'
0_0_8437806_8452.cpp:13: error: previous definition of `struct node_t'
0_0_8437806_8452.cpp:111: error: invalid type in declaration before ',' token
0_0_8437806_8452.cpp:111: error: conflicting declaration 'int nodes[500010]'
0_0_8437806_8452.cpp:17: error: 'nodes' has a previous declaration as `node_t nodes[500010]'
0_0_8437806_8452.cpp:111: error: type mismatch with previous external decl of `int nodes[500010]'
0_0_8437806_8452.cpp:17: error: previous external decl of `node_t nodes[500010]'
0_0_8437806_8452.cpp:111: error: declaration of `int nodes[500010]'
0_0_8437806_8452.cpp:17: error: conflicts with previous declaration `node_t nodes[500010]'
0_0_8437806_8452.cpp:111: error: conflicting declaration 'int*pnodes'
0_0_8437806_8452.cpp:17: error: 'pnodes' has a previous declaration as `node_t*pnodes'
0_0_8437806_8452.cpp:111: error: type mismatch with previous external decl of `int*pnodes'
0_0_8437806_8452.cpp:17: error: previous external decl of `node_t*pnodes'
0_0_8437806_8452.cpp:111: error: declaration of `int*pnodes'
0_0_8437806_8452.cpp:17: error: conflicts with previous declaration `node_t*pnodes'
0_0_8437806_8452.cpp:114: error: redefinition of `node_t*q[500010]'
0_0_8437806_8452.cpp:20: error: `node_t*q[500010]' previously declared here
0_0_8437806_8452.cpp:115: error: redefinition of `struct ac_t'
0_0_8437806_8452.cpp:21: error: previous definition of `struct ac_t'
0_0_8437806_8452.cpp:167: error: invalid type in declaration before ';' token
0_0_8437806_8452.cpp:167: error: conflicting declaration 'int ac'
0_0_8437806_8452.cpp:73: error: 'ac' has a previous declaration as `ac_t ac'
0_0_8437806_8452.cpp:167: error: type mismatch with previous external decl of `int ac'
0_0_8437806_8452.cpp:73: error: previous external decl of `ac_t ac'
0_0_8437806_8452.cpp:167: error: declaration of `int ac'
0_0_8437806_8452.cpp:73: error: conflicts with previous declaration `ac_t ac'
0_0_8437806_8452.cpp:169: error: redefinition of `int n'
0_0_8437806_8452.cpp:75: error: `int n' previously declared here
0_0_8437806_8452.cpp:170: error: redefinition of `char s[1000010]'
0_0_8437806_8452.cpp:76: error: `char s[1000010]' previously declared here
0_0_8437806_8452.cpp: In function `int main()':
0_0_8437806_8452.cpp:172: error: redefinition of `int main()'
0_0_8437806_8452.cpp:78: error: `int main()' previously defined here
|