0_0_6716662_24397.cpp:16: error: expected constructor, destructor, or type conversion before ',' token
0_0_6716662_24397.cpp:16: error: expected constructor, destructor, or type conversion before ',' token
0_0_6716662_24397.cpp:16: error: expected constructor, destructor, or type conversion before ',' token
0_0_6716662_24397.cpp:16: error: expected constructor, destructor, or type conversion before ',' token
0_0_6716662_24397.cpp:16: error: expected constructor, destructor, or type conversion before ',' token
0_0_6716662_24397.cpp:16: error: expected constructor, destructor, or type conversion before ';' token
0_0_6716662_24397.cpp:20: error: invalid function declaration
0_0_6716662_24397.cpp:26: error: expected constructor, destructor, or type conversion before ';' token
0_0_6716662_24397.cpp: In function `void NewNode(int)':
0_0_6716662_24397.cpp:34: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp:34: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6716662_24397.cpp: At global scope:
0_0_6716662_24397.cpp:44: error: ISO C++ forbids declaration of `voidRotate' with no type
0_0_6716662_24397.cpp: In function `int voidRotate(int)':
0_0_6716662_24397.cpp:46: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp: In function `void Splay(int)':
0_0_6716662_24397.cpp:66: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp:72: error: `Rotate' undeclared (first use this function)
0_0_6716662_24397.cpp:74: error: `elseRotate' undeclared (first use this function)
0_0_6716662_24397.cpp: In function `void Splice(int)':
0_0_6716662_24397.cpp:88: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp: In function `void Access(int)':
0_0_6716662_24397.cpp:110: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp: In function `int GetRoot(int)':
0_0_6716662_24397.cpp:132: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp: In function `int Cut(int)':
0_0_6716662_24397.cpp:150: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp: At global scope:
0_0_6716662_24397.cpp:172: error: ISO C++ forbids declaration of `voidLink' with no type
0_0_6716662_24397.cpp: In function `int voidLink(int, int)':
0_0_6716662_24397.cpp:176: error: `T' undeclared (first use this function)
0_0_6716662_24397.cpp: In function `int main()':
0_0_6716662_24397.cpp:192: error: `n' undeclared (first use this function)
0_0_6716662_24397.cpp:214: error: `k' undeclared (first use this function)
0_0_6716662_24397.cpp:216: error: `Link' undeclared (first use this function)
0_0_6716662_24397.cpp:220: error: `m' undeclared (first use this function)
0_0_6716662_24397.cpp:242: error: `x' undeclared (first use this function)
0_0_6716662_24397.cpp:242: error: `y' undeclared (first use this function)
0_0_6716662_24397.cpp:246: error: `t' undeclared (first use this function)
|