0_0_12361591_16765.cpp:54: error: redefinition of `struct node'
0_0_12361591_16765.cpp:9: error: previous definition of `struct node'
0_0_12361591_16765.cpp:56: error: invalid type in declaration before ';' token
0_0_12361591_16765.cpp:56: error: conflicting declaration 'int s[250000]'
0_0_12361591_16765.cpp:11: error: 's' has a previous declaration as `node s[250000]'
0_0_12361591_16765.cpp:56: error: type mismatch with previous external decl of `int s[250000]'
0_0_12361591_16765.cpp:11: error: previous external decl of `node s[250000]'
0_0_12361591_16765.cpp:56: error: declaration of `int s[250000]'
0_0_12361591_16765.cpp:11: error: conflicts with previous declaration `node s[250000]'
0_0_12361591_16765.cpp: In function `int cmp(node, node)':
0_0_12361591_16765.cpp:58: error: redefinition of `int cmp(node, node)'
0_0_12361591_16765.cpp:13: error: `int cmp(node, node)' previously defined here
0_0_12361591_16765.cpp: In function `int main()':
0_0_12361591_16765.cpp:62: error: redefinition of `int main()'
0_0_12361591_16765.cpp:17: error: `int main()' previously defined here
|