0_0_4507427_5150.cpp:8: error: expected constructor, destructor, or type conversion before ',' token
0_0_4507427_5150.cpp:8: error: expected constructor, destructor, or type conversion before ',' token
0_0_4507427_5150.cpp:8: error: expected constructor, destructor, or type conversion before ',' token
0_0_4507427_5150.cpp:8: error: expected constructor, destructor, or type conversion before ',' token
0_0_4507427_5150.cpp:8: error: expected constructor, destructor, or type conversion before ',' token
0_0_4507427_5150.cpp:8: error: expected constructor, destructor, or type conversion before ';' token
0_0_4507427_5150.cpp:11: error: invalid function declaration
0_0_4507427_5150.cpp:14: error: expected constructor, destructor, or type conversion before ';' token
0_0_4507427_5150.cpp: In function `void NewNode(int)':
0_0_4507427_5150.cpp:18: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4507427_5150.cpp: At global scope:
0_0_4507427_5150.cpp:23: error: ISO C++ forbids declaration of `voidRotate' with no type
0_0_4507427_5150.cpp: In function `int voidRotate(int)':
0_0_4507427_5150.cpp:24: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `void Splay(int)':
0_0_4507427_5150.cpp:34: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp:37: error: `Rotate' undeclared (first use this function)
0_0_4507427_5150.cpp:38: error: `elseRotate' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `void Splice(int)':
0_0_4507427_5150.cpp:45: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `void Access(int)':
0_0_4507427_5150.cpp:56: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `int GetRoot(int)':
0_0_4507427_5150.cpp:68: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `int Cut(int)':
0_0_4507427_5150.cpp:79: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `void Link(int, int)':
0_0_4507427_5150.cpp:94: error: `T' undeclared (first use this function)
0_0_4507427_5150.cpp: In function `int main()':
0_0_4507427_5150.cpp:102: error: `n' undeclared (first use this function)
0_0_4507427_5150.cpp:113: error: `k' undeclared (first use this function)
0_0_4507427_5150.cpp:116: error: `m' undeclared (first use this function)
0_0_4507427_5150.cpp:127: error: `x' undeclared (first use this function)
0_0_4507427_5150.cpp:127: error: `y' undeclared (first use this function)
0_0_4507427_5150.cpp:129: error: `t' undeclared (first use this function)
|