chameleon.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include chameleon.h
^~~~~~~~~
chameleon.cpp: In function 'void Solve(int)':
chameleon.cpp:15:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(vis[2*n]=0){
~~~~~~~~^~
chameleon.cpp:21:11: error: 'Query' was not declared in this scope
int x=Query({i+1,j+1});
^~~~~
chameleon.cpp:29:5: error: 'Answer' was not declared in this scope
Answer(i+1,aa[0]);
^~~~~~
chameleon.cpp:38:11: error: 'Query' was not declared in this scope
int x=Query(bb);
^~~~~
chameleon.cpp:42:6: error: 'Answer' was not declared in this scope
Answer(i+1,aa[1]);
^~~~~~
chameleon.cpp:47:6: error: 'Answer' was not declared in this scope
Answer(i+1,aa[0]);
^~~~~~