Alice.cpp: In function 'void Alice(int, int, std::vector<int>, std::vector<int>)':
Alice.cpp:24:32: error: too few arguments to function 'void MakeG(int, int, int)'
24 | MakeG(i.first, i.second);
| ^
In file included from Alice.cpp:2:
Alicelib.h:3:6: note: declared here
3 | void MakeG( int pos, int C, int D );
| ^~~~~
Bob.cpp: In function 'void Bob(int, int, std::vector<int>, std::vector<int>)':
Bob.cpp:71:5: error: 'InitG' was not declared in this scope
71 | InitG(n - 12, s.size());
| ^~~~~
Bob.cpp:73:9: error: 'MakeG' was not declared in this scope; did you mean 'MakeMap'?
73 | MakeG(i.first, i.second);
| ^~~~~
| MakeMap
Bob.cpp:7:27: warning: unused variable 'nin' [-Wunused-variable]
7 | int ten(-1), elv(-1), nin(-1), zer(-1);
| ^~~
Bob.cpp:7:36: warning: unused variable 'zer' [-Wunused-variable]
7 | int ten(-1), elv(-1), nin(-1), zer(-1);
| ^~~