0_0_1390131_3939.cpp: In function `void makeset()':
0_0_1390131_3939.cpp:8: error: incompatible types in assignment of `int' to `int[10000002]'
0_0_1390131_3939.cpp:9: error: incompatible types in assignment of `int' to `int[10000002]'
0_0_1390131_3939.cpp: In function `int find(int)':
0_0_1390131_3939.cpp:15: error: ISO C++ forbids comparison between pointer and integer
0_0_1390131_3939.cpp:15: error: invalid conversion from `int*' to `int'
0_0_1390131_3939.cpp: In function `void unionset(int, int)':
0_0_1390131_3939.cpp:26: error: ISO C++ forbids comparison between pointer and integer
0_0_1390131_3939.cpp:28: error: incompatible types in assignment of `int' to `int[10000002]'
0_0_1390131_3939.cpp:29: error: invalid conversion from `int*' to `int'
0_0_1390131_3939.cpp:35: error: incompatible types in assignment of `int' to `int[10000002]'
0_0_1390131_3939.cpp: At global scope:
0_0_1390131_3939.cpp:40: error: `main' must return `int'
|