0_0_12272612_31850.cpp:35: error: expected unqualified-id before ')' token
0_0_12272612_31850.cpp:35: error: expected `,' or `;' before ')' token
0_0_12272612_31850.cpp:40: error: `maxn' was not declared in this scope
0_0_12272612_31850.cpp:41: error: `maxn' was not declared in this scope
0_0_12272612_31850.cpp:41: error: `maxn' was not declared in this scope
0_0_12272612_31850.cpp:41: error: `maxn' was not declared in this scope
0_0_12272612_31850.cpp: In function `void Add(int, int)':
0_0_12272612_31850.cpp:44: error: `next' undeclared (first use this function)
0_0_12272612_31850.cpp:44: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12272612_31850.cpp:44: error: `head' undeclared (first use this function)
0_0_12272612_31850.cpp:45: error: `to' undeclared (first use this function)
0_0_12272612_31850.cpp: In function `void Mark(Node*, int)':
0_0_12272612_31850.cpp:57: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:57: error: expected `)' before "o"
0_0_12272612_31850.cpp: In function `Node* Access(Node*)':
0_0_12272612_31850.cpp:97: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:97: error: expected `)' before ';' token
0_0_12272612_31850.cpp:99: error: expected `)' before ';' token
0_0_12272612_31850.cpp: In function `void Cut(Node*)':
0_0_12272612_31850.cpp:119: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:119: error: expected `)' before ';' token
0_0_12272612_31850.cpp: In function `Node* Root(Node*)':
0_0_12272612_31850.cpp:130: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:130: error: expected `)' before ';' token
0_0_12272612_31850.cpp: In function `void Build(int, int)':
0_0_12272612_31850.cpp:135: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:136: error: `head' undeclared (first use this function)
0_0_12272612_31850.cpp:136: error: `next' undeclared (first use this function)
0_0_12272612_31850.cpp:137: error: `to' undeclared (first use this function)
0_0_12272612_31850.cpp: In function `void Change(Node*, Node*, int)':
0_0_12272612_31850.cpp:143: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:143: error: expected `)' before ';' token
0_0_12272612_31850.cpp:144: error: expected `)' before ';' token
0_0_12272612_31850.cpp:149: error: expected `)' before '{' token
0_0_12272612_31850.cpp: In function `int QueryMax(Node*, Node*)':
0_0_12272612_31850.cpp:161: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:161: error: expected `)' before ';' token
0_0_12272612_31850.cpp:163: error: expected `)' before ';' token
0_0_12272612_31850.cpp:168: error: expected `)' before "return"
0_0_12272612_31850.cpp: In function `int main()':
0_0_12272612_31850.cpp:221: error: `T' undeclared (first use this function)
0_0_12272612_31850.cpp:228: error: expected `)' before ';' token
|