0_0_4610225_26934.cpp:15: error: expected constructor, destructor, or type conversion before ',' token
0_0_4610225_26934.cpp:15: error: expected constructor, destructor, or type conversion before ',' token
0_0_4610225_26934.cpp:15: error: expected constructor, destructor, or type conversion before ',' token
0_0_4610225_26934.cpp:15: error: expected constructor, destructor, or type conversion before ',' token
0_0_4610225_26934.cpp:15: error: expected constructor, destructor, or type conversion before ',' token
0_0_4610225_26934.cpp:15: error: expected constructor, destructor, or type conversion before ';' token
0_0_4610225_26934.cpp:19: error: invalid function declaration
0_0_4610225_26934.cpp:25: error: expected constructor, destructor, or type conversion before ';' token
0_0_4610225_26934.cpp: In function `void NewNode(int)':
0_0_4610225_26934.cpp:33: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp:33: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4610225_26934.cpp: At global scope:
0_0_4610225_26934.cpp:43: error: ISO C++ forbids declaration of `voidRotate' with no type
0_0_4610225_26934.cpp: In function `int voidRotate(int)':
0_0_4610225_26934.cpp:45: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp: In function `void Splay(int)':
0_0_4610225_26934.cpp:65: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp:71: error: `Rotate' undeclared (first use this function)
0_0_4610225_26934.cpp:73: error: `elseRotate' undeclared (first use this function)
0_0_4610225_26934.cpp: In function `void Splice(int)':
0_0_4610225_26934.cpp:87: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp: In function `void Access(int)':
0_0_4610225_26934.cpp:109: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp: In function `int GetRoot(int)':
0_0_4610225_26934.cpp:163: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp: In function `int Cut(int)':
0_0_4610225_26934.cpp:181: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp: At global scope:
0_0_4610225_26934.cpp:203: error: ISO C++ forbids declaration of `voidLink' with no type
0_0_4610225_26934.cpp: In function `int voidLink(int, int)':
0_0_4610225_26934.cpp:207: error: `T' undeclared (first use this function)
0_0_4610225_26934.cpp: In function `int main()':
0_0_4610225_26934.cpp:223: error: `n' undeclared (first use this function)
0_0_4610225_26934.cpp:245: error: `k' undeclared (first use this function)
0_0_4610225_26934.cpp:247: error: `Link' undeclared (first use this function)
0_0_4610225_26934.cpp:251: error: `m' undeclared (first use this function)
0_0_4610225_26934.cpp:273: error: `x' undeclared (first use this function)
0_0_4610225_26934.cpp:273: error: `y' undeclared (first use this function)
0_0_4610225_26934.cpp:277: error: `t' undeclared (first use this function)
|