0_0_38574402_3480.cpp: In function 'int main()':
0_0_38574402_3480.cpp:92:10: error: 'hdu4995' was not declared in this scope
}hdu4995
^~~~~~~
0_0_38574402_3480.cpp: At global scope:
0_0_38574402_3480.cpp:103:8: error: redefinition of 'struct node'
struct node
^~~~
0_0_38574402_3480.cpp:5:8: note: previous definition of 'struct node'
struct node
^~~~
0_0_38574402_3480.cpp:107:5: error: conflicting declaration 'int a [100005]'
}a[N];
^
0_0_38574402_3480.cpp:9:3: note: previous declaration as 'node a [100005]'
} a[N],b[N];
^
0_0_38574402_3480.cpp:108:6: error: redefinition of 'bool cmp(node, node)'
bool cmp(node a,node b)
^~~
0_0_38574402_3480.cpp:11:6: note: 'bool cmp(node, node)' previously defined here
bool cmp(node a,node b)
^~~
0_0_38574402_3480.cpp:113:5: error: redefinition of 'int main()'
int main()
^~~~
0_0_38574402_3480.cpp:15:5: note: 'int main()' previously defined here
int main()
^~~~
|