Anna.cpp: In function 'void InitA(int, int, int)':
Anna.cpp:6:33: error: 'sendA' was not declared in this scope; did you mean 'SendA'?
6 | for (int i = 0; i < 9; ++i) sendA(bool(l & (1<<i)));
| ^~~~~
| SendA
Anna.cpp:7:33: error: 'sendA' was not declared in this scope; did you mean 'SendA'?
7 | for (int i = 0; i < 9; ++i) sendA(bool(r & (1<<i)));
| ^~~~~
| SendA
Bruno.cpp: In function 'void InitB(int, std::vector<int>)':
Bruno.cpp:7:34: error: 'sendB' was not declared in this scope; did you mean 'SendB'?
7 | for (int i = 0; i <= 9; ++i) sendB(bool(ans & (1<<i)));
| ^~~~~
| SendB