0_0_33146992_12542.cpp: In function 'int main()':
0_0_33146992_12542.cpp:77:50: error: 'update' was not declared in this scope
update(T[i], 1, n + 1, T[i - 1], a[i]);
^
0_0_33146992_12542.cpp:79:47: error: 'update' was not declared in this scope
update(T[n + 1], 1, n + 1, T[n], n + 1);
^
0_0_33146992_12542.cpp:99:54: error: 'query' was not declared in this scope
query(T[x], T[n + 1], 1, n + 1, y);
^
0_0_33146992_12542.cpp:105:54: error: 'query' was not declared in this scope
query(T[x], T[n + 1], 1, n + 1, y);
^
|