Anthony.cpp: In function 'std::vector<int> Mark(int, int, int, int, std::vector<int>, std::vector<int>)':
Anthony.cpp:7:41: error: template argument 1 is invalid
7 | vector<vector<pair<int,int>> paths(N);
| ^
Anthony.cpp:7:41: error: template argument 2 is invalid
Anthony.cpp:9:7: error: 'paths' was not declared in this scope
9 | paths[U[i]].push_back({V[i],i});
| ^~~~~
Anthony.cpp:20:20: error: 'paths' was not declared in this scope
20 | for(auto nxt:paths[now]){
| ^~~~~
Catherine.cpp: In function 'int Move(std::vector<int>)':
Catherine.cpp:22:5: error: 'variable_example' was not declared in this scope
22 | ++variable_example;
| ^~~~~~~~~~~~~~~~