chameleon.cpp:1:10: warning: missing terminating " character
1 | #include "bits/stdc++.h>
| ^
chameleon.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include "bits/stdc++.h>
| ^~~~~~~~~~~~~~~
chameleon.cpp:12:1: error: 'vector' does not name a type
12 | vector<int> to[MAXN];
| ^~~~~~
chameleon.cpp: In function 'void Solve(int)':
chameleon.cpp:19:17: error: 'to' was not declared in this scope
19 | to[i].push_back(f);
| ^~
chameleon.cpp:26:12: error: 'to' was not declared in this scope
26 | if(to[i].size()==1){
| ^~