Alice.cpp: In function 'void Alice(int, int, std::vector<int>, std::vector<int>)':
Alice.cpp:21:5: error: 'InitG' was not declared in this scope
21 | InitG(n + 12, s.size());
| ^~~~~
Alice.cpp:23:9: error: 'MakeG' was not declared in this scope
23 | MakeG(i.first, i.second);
| ^~~~~
Bob.cpp: In function 'void Bob(int, int, std::vector<int>, std::vector<int>)':
Bob.cpp:70:5: error: 'InitG' was not declared in this scope
70 | InitG(n - 12, s.size());
| ^~~~~
Bob.cpp:72:9: error: 'MakeG' was not declared in this scope
72 | MakeG(i.first, i.second);
| ^~~~~
Bob.cpp:6:27: warning: unused variable 'nin' [-Wunused-variable]
6 | int ten(-1), elv(-1), nin(-1), zer(-1);
| ^~~
Bob.cpp:6:36: warning: unused variable 'zer' [-Wunused-variable]
6 | int ten(-1), elv(-1), nin(-1), zer(-1);
| ^~~