0_0_11648051_9876.cpp:5:11: stdout: No such file or directory
0_0_11648051_9876.cpp:102: error: `LL' does not name a type
0_0_11648051_9876.cpp: In member function `void SplayTree::pushup(int)':
0_0_11648051_9876.cpp:17: error: `sum' undeclared (first use this function)
0_0_11648051_9876.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11648051_9876.cpp: In member function `void SplayTree::Rotateto(int, int)':
0_0_11648051_9876.cpp:50: error: `x' undeclared (first use this function)
0_0_11648051_9876.cpp: In member function `void SplayTree::insert()':
0_0_11648051_9876.cpp:68: error: `x' undeclared (first use this function)
0_0_11648051_9876.cpp: In member function `int SplayTree::Newnode(int)':
0_0_11648051_9876.cpp:76: error: `sum' undeclared (first use this function)
0_0_11648051_9876.cpp:79: error: `nloc' undeclared (first use this function)
0_0_11648051_9876.cpp: In member function `void SplayTree::init()':
0_0_11648051_9876.cpp:85: error: `sum' undeclared (first use this function)
0_0_11648051_9876.cpp: In member function `void SplayTree::remove()':
0_0_11648051_9876.cpp:93: error: `del' undeclared (first use this function)
0_0_11648051_9876.cpp: In member function `void SplayTree::query()':
0_0_11648051_9876.cpp:100: error: `sum' undeclared (first use this function)
0_0_11648051_9876.cpp:100: error: `x' undeclared (first use this function)
0_0_11648051_9876.cpp: In function `void solve(int)':
0_0_11648051_9876.cpp:110: error: `spt' undeclared (first use this function)
|