0_0_6945573_3906.cpp:10: error: invalid function declaration
0_0_6945573_3906.cpp:13: error: expected constructor, destructor, or type conversion before ';' token
0_0_6945573_3906.cpp: In function `void NewNode(int)':
0_0_6945573_3906.cpp:16: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6945573_3906.cpp: At global scope:
0_0_6945573_3906.cpp:20: error: ISO C++ forbids declaration of `voidRotate' with no type
0_0_6945573_3906.cpp: In function `int voidRotate(int)':
0_0_6945573_3906.cpp:21: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp: In function `void Splay(int)':
0_0_6945573_3906.cpp:30: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp:32: error: `Rotate' undeclared (first use this function)
0_0_6945573_3906.cpp:33: error: `elseRotate' undeclared (first use this function)
0_0_6945573_3906.cpp: In function `void Splice(int)':
0_0_6945573_3906.cpp:39: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp: In function `void Access(int)':
0_0_6945573_3906.cpp:48: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp: In function `int GetRoot(int)':
0_0_6945573_3906.cpp:74: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp: In function `int Cut(int)':
0_0_6945573_3906.cpp:82: error: `T' undeclared (first use this function)
0_0_6945573_3906.cpp: In function `void Link(int, int)':
0_0_6945573_3906.cpp:94: error: `T' undeclared (first use this function)
|