Xoractive.cpp: In function 'std::vector<int> guess(int)':
Xoractive.cpp:23:48: error: 'a' was not declared in this scope
23 | for(auto x : A) if(x.second) T[x.first^a] += 1 << i;
| ^
Xoractive.cpp:27:12: error: 'a' was not declared in this scope
27 | ans[0]=a;
| ^
Xoractive.cpp:28:26: error: 'class std::map<int, int>' has no member named 'second'
28 | for(auto x : T)ans[T.second]=T.first;
| ^~~~~~
Xoractive.cpp:28:36: error: 'class std::map<int, int>' has no member named 'first'
28 | for(auto x : T)ans[T.second]=T.first;
| ^~~~~