0_0_21279303_20011.cpp: In member function 'void Tree::find(int, int)':
0_0_21279303_20011.cpp:41:23: error: 'u' was not declared in this scope
find(node[u].child[0],y);
^
0_0_21279303_20011.cpp:43:24: error: 'u' was not declared in this scope
else if ( node[u].value<y)
^
0_0_21279303_20011.cpp: In function 'int main()':
0_0_21279303_20011.cpp:89:28: error: 'tmp' was not declared in this scope
tree.find(root,tmp);
^
|