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