0_0_11622628_19704.cpp: In function `void r_rotate(int&, int)':
0_0_11622628_19704.cpp:2: error: `tree' undeclared (first use this function)
0_0_11622628_19704.cpp:2: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11622628_19704.cpp: In function `void l_rotate(int&, int)':
0_0_11622628_19704.cpp:10: error: `tree' undeclared (first use this function)
0_0_11622628_19704.cpp: In function `void maintain(int&, bool, int)':
0_0_11622628_19704.cpp:19: error: `tree' undeclared (first use this function)
0_0_11622628_19704.cpp: In function `void insert(int&, int, int)':
0_0_11622628_19704.cpp:40: error: `cnt' undeclared (first use this function)
0_0_11622628_19704.cpp:41: error: `tree' undeclared (first use this function)
0_0_11622628_19704.cpp: In function `int pre(int, int, int, int)':
0_0_11622628_19704.cpp:51: error: `tree' undeclared (first use this function)
0_0_11622628_19704.cpp: In function `int suc(int, int, int, int)':
0_0_11622628_19704.cpp:56: error: `tree' undeclared (first use this function)
0_0_11622628_19704.cpp: In function `int remove(int&, int, int)':
0_0_11622628_19704.cpp:62: error: `tree' undeclared (first use this function)
|