minerals.cpp: In function 'void slv(std::vector<int>, std::vector<int>)':
minerals.cpp:6:17: error: 'Answer' was not declared in this scope
6 | Answer(v1[0], v2[0]);
| ^~~~~~
minerals.cpp:16:67: error: 'Query' was not declared in this scope
16 | for(int i = 0; i < n / 2; i++) h11.push_back(v1[i]), kl = Query(v1[i]);
| ^~~~~
minerals.cpp:19:25: error: 'Query' was not declared in this scope
19 | int k = Query(v2[i]);
| ^~~~~
minerals.cpp:24:45: error: 'Query' was not declared in this scope
24 | for(int i = 0; i < n / 2; i++) kl = Query(v1[i]);
| ^~~~~
minerals.cpp:25:41: error: 'Query' was not declared in this scope
25 | for(int i = 0; i < n; i++) kl = Query(v2[i]);
| ^~~~~
minerals.cpp: In function 'void Solve(int)':
minerals.cpp:33:25: error: 'Query' was not declared in this scope
33 | int k = Query(i);
| ^~~~~
minerals.cpp:38:40: error: 'Query' was not declared in this scope
38 | for(int i = 1; i < 2 * n; i++) Query(i);
| ^~~~~