0_0_33146750_6276.cpp: In function 'int main()':
0_0_33146750_6276.cpp:75:29: error: 'build' was not declared in this scope
build(T[0], 1, n + 1);
^
0_0_33146750_6276.cpp:79:50: error: 'update' was not declared in this scope
update(T[i], 1, n + 1, T[i - 1], a[i]);
^
0_0_33146750_6276.cpp:81:47: error: 'update' was not declared in this scope
update(T[n + 1], 1, n + 1, T[n], n + 1);
^
0_0_33146750_6276.cpp:82:9: error: 'del' was not declared in this scope
del.clear();
^
0_0_33146750_6276.cpp:100:21: error: 'ret' was not declared in this scope
ret = 0;
^
0_0_33146750_6276.cpp:101:54: error: 'query' was not declared in this scope
query(T[x], T[n + 1], 1, n + 1, y);
^
0_0_33146750_6276.cpp:106:21: error: 'ret' was not declared in this scope
ret = 0;
^
0_0_33146750_6276.cpp:107:54: error: 'query' was not declared in this scope
query(T[x], T[n + 1], 1, n + 1, y);
^
|