0_0_4552550_9437.cpp:75: error: invalid token
0_0_4552550_9437.cpp:75: error: expected constructor, destructor, or type conversion before '<' token
0_0_4552550_9437.cpp:75: error: expected `,' or `;' before '<' token
0_0_4552550_9437.cpp:78: error: redefinition of `int p[1000]'
0_0_4552550_9437.cpp:4: error: `int p[1000]' previously declared here
0_0_4552550_9437.cpp:78: error: redefinition of `int degree[1000]'
0_0_4552550_9437.cpp:4: error: `int degree[1000]' previously declared here
0_0_4552550_9437.cpp: In function `void Reset()':
0_0_4552550_9437.cpp:80: error: redefinition of `void Reset()'
0_0_4552550_9437.cpp:6: error: `void Reset()' previously defined here
0_0_4552550_9437.cpp: In function `int FindSet(int)':
0_0_4552550_9437.cpp:88: error: redefinition of `int FindSet(int)'
0_0_4552550_9437.cpp:14: error: `int FindSet(int)' previously defined here
0_0_4552550_9437.cpp: In function `int Union(int, int)':
0_0_4552550_9437.cpp:96: error: redefinition of `int Union(int, int)'
0_0_4552550_9437.cpp:22: error: `int Union(int, int)' previously defined here
0_0_4552550_9437.cpp: In function `int main()':
0_0_4552550_9437.cpp:110: error: redefinition of `int main()'
0_0_4552550_9437.cpp:36: error: `int main()' previously defined here
|