/in/foo.cc: In function 'void dfs(int, int, int)':
/in/foo.cc:9:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
9 | for(i=0;i<g[u].size();i++)
| ~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:13: error: 'x' was not declared in this scope
18 | for(i=1,x,y;i<n;i++)
| ^
/in/foo.cc:18:15: error: 'y' was not declared in this scope; did you mean 'yn'?
18 | for(i=1,x,y;i<n;i++)
| ^
| yn