chameleon.cpp: In function 'void Solve(int)':
chameleon.cpp:10:7: error: 'Query' was not declared in this scope
10 | if (Query(v)==1) adj[i].emplace_back(j), adj[j].emplace_back(i);
| ^~~~~
chameleon.cpp: In lambda function:
chameleon.cpp:18:8: error: 'Query' was not declared in this scope
18 | if (Query(v)==1) { f1=1; break; }
| ^~~~~
chameleon.cpp:22:8: error: 'Query' was not declared in this scope
22 | if (Query(v)==1) { f2=1; break; }
| ^~~~~
chameleon.cpp: In function 'void Solve(int)':
chameleon.cpp:27:3: error: 'Answer' was not declared in this scope
27 | Answer(i, j);
| ^~~~~~