Xoractive.cpp: In function 'std::vector<int> guess(int)':
Xoractive.cpp:10:12: error: 'ask' was not declared in this scope
10 | int x = ask(i), ans.push_back(x);
| ^~~
Xoractive.cpp:10:8: warning: unused variable 'x' [-Wunused-variable]
10 | int x = ask(i), ans.push_back(x);
| ^
Xoractive.cpp:15:10: error: 'ask' was not declared in this scope
15 | int a = ask(1);
| ^~~
Xoractive.cpp:22:20: error: 'get_pairwise_xor' was not declared in this scope
22 | vector <int> c = get_pairwise_xor(x);
| ^~~~~~~~~~~~~~~~