Anthony.cpp:11:4: error: 'testing' does not name a type
11 | } testing;
| ^~~~~~~
Anthony.cpp: In function 'std::vector<int> Mark(int, int, int, int, std::vector<int>, std::vector<int>)':
Anthony.cpp:15:41: error: template argument 1 is invalid
15 | vector<vector<pair<int,int>> paths(N);
| ^
Anthony.cpp:15:41: error: template argument 2 is invalid
Anthony.cpp:17:7: error: 'paths' was not declared in this scope
17 | paths[U[i]].push_back({V[i],i});
| ^~~~~
Anthony.cpp:28:20: error: 'paths' was not declared in this scope
28 | for(auto nxt:paths[now]){
| ^~~~~
Anthony.cpp: At global scope:
Anthony.cpp:7:5: warning: 'int {anonymous}::FunctionExample(int, int)' defined but not used [-Wunused-function]
7 | int FunctionExample(int i, int A) {
| ^~~~~~~~~~~~~~~
Catherine.cpp:10:4: error: 'test' does not name a type
10 | } test;
| ^~~~
Catherine.cpp: In function 'void Init(int, int)':
Catherine.cpp:13:3: error: 'test' has not been declared
13 | test::A = A;
| ^~~~
Catherine.cpp:14:3: error: 'test' has not been declared
14 | test::B = B;
| ^~~~
Catherine.cpp: At global scope:
Catherine.cpp:7:8: warning: '{anonymous}::B' defined but not used [-Wunused-variable]
7 | int A, B;
| ^
Catherine.cpp:7:5: warning: '{anonymous}::A' defined but not used [-Wunused-variable]
7 | int A, B;
| ^