Alice.cpp: In function 'void Alice(int, int, int*, int*)':
Alice.cpp:25:2: error: 'InitG' was not declared in this scope
25 | InitG(n+12,sz(edge));
| ^~~~~
Alice.cpp:28:18: error: 'MakeG' was not declared in this scope
28 | for(auto x:edge)MakeG(pos++,x[0],x[1]);
| ^~~~~
Alice.cpp: In function 'void Bob(int, int, int*, int*)':
Alice.cpp:104:2: error: 'InitMap' was not declared in this scope
104 | InitMap(V-12,sz(edge));
| ^~~~~~~
Alice.cpp:110:3: error: 'MakeMap' was not declared in this scope
110 | MakeMap(x[0],x[1]);
| ^~~~~~~
Bob.cpp: In function 'void Bob(int, int, int*, int*)':
Bob.cpp:22:7: error: 'sz' was not declared in this scope
22 | if(sz(adj[i]) != 10 || sz(adj[j])!=10)continue;
| ^~
Bob.cpp:60:5: error: 'sz' was not declared in this scope
60 | if(sz(adj[ord[0]]) < sz(adj[ord[9]]))reverse(ord.begin(),ord.end());
| ^~
Bob.cpp:81:15: error: 'sz' was not declared in this scope
81 | InitMap(V-12,sz(edge));
| ^~
Bob.cpp:81:2: error: 'InitMap' was not declared in this scope
81 | InitMap(V-12,sz(edge));
| ^~~~~~~
Bob.cpp:87:3: error: 'MakeMap' was not declared in this scope
87 | MakeMap(x[0],x[1]);
| ^~~~~~~