Alice.cpp: In function 'void Alice(int, int, std::vector<int>, std::vector<int>)':
Alice.cpp:11:17: error: 'bit' was not declared in this scope
11 | if (bit(j, i))
| ^~~
Alice.cpp:20:5: error: 'InitG' was not declared in this scope
20 | InitG(n + 12, s.size());
| ^~~~~
Alice.cpp:22:9: error: 'MakeG' was not declared in this scope
22 | MakeG(i.first, i.second);
| ^~~~~
Bob.cpp: In function 'void Bob(int, int, std::vector<int>, std::vector<int>)':
Bob.cpp:69:5: error: 'InitG' was not declared in this scope
69 | InitG(n - 12, s.size());
| ^~~~~
Bob.cpp:71:9: error: 'MakeG' was not declared in this scope
71 | MakeG(i.first, i.second);
| ^~~~~
Bob.cpp:5:27: warning: unused variable 'nin' [-Wunused-variable]
5 | int ten(-1), elv(-1), nin(-1), zer(-1);
| ^~~
Bob.cpp:5:36: warning: unused variable 'zer' [-Wunused-variable]
5 | int ten(-1), elv(-1), nin(-1), zer(-1);
| ^~~