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