0_0_8423187_21245.cpp:7: error: `max' was not declared in this scope
0_0_8423187_21245.cpp:8: error: `max' was not declared in this scope
0_0_8423187_21245.cpp:9: error: `max' was not declared in this scope
0_0_8423187_21245.cpp: In function `void meset(int)':
0_0_8423187_21245.cpp:14: error: `father' undeclared (first use this function)
0_0_8423187_21245.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8423187_21245.cpp:15: error: `rank' undeclared (first use this function)
0_0_8423187_21245.cpp:16: error: `weight' undeclared (first use this function)
0_0_8423187_21245.cpp: In function `int find(int)':
0_0_8423187_21245.cpp:21: error: `father' undeclared (first use this function)
0_0_8423187_21245.cpp: In function `int unio_set(int, int, int)':
0_0_8423187_21245.cpp:32: error: `rank' undeclared (first use this function)
0_0_8423187_21245.cpp:34: error: `father' undeclared (first use this function)
0_0_8423187_21245.cpp:35: error: `weight' undeclared (first use this function)
0_0_8423187_21245.cpp: In function `int main()':
0_0_8423187_21245.cpp:70: error: name lookup of `i' changed for new ISO `for' scoping
0_0_8423187_21245.cpp:54: error: using obsolete binding at `i'
0_0_8423187_21245.cpp:72: error: `weight' undeclared (first use this function)
|