advisor.cpp: In function 'void ComputeAdvice(std::vector<int>, int, int, int)':
advisor.cpp:48:21: error: 'WriteAdvice' was not declared in this scope; did you mean 'ComputeAdvice'?
48 | WriteAdvice('1');
| ^~~~~~~~~~~
| ComputeAdvice
advisor.cpp:49:23: error: 'WriteAdvice' was not declared in this scope; did you mean 'ComputeAdvice'?
49 | }else WriteAdvice('0');
| ^~~~~~~~~~~
| ComputeAdvice
assistant.cpp: In function 'void Assist(std::vector<unsigned char>, int, int, int)':
assistant.cpp:11:24: error: 'GetRequest' was not declared in this scope
11 | int follow=GetRequest();
| ^~~~~~~~~~
assistant.cpp:13:17: error: 'PutBack' was not declared in this scope
13 | PutBack(now);
| ^~~~~~~
assistant.cpp:28:20: error: 'GetRequest' was not declared in this scope
28 | int follow=GetRequest();
| ^~~~~~~~~~
assistant.cpp:34:13: error: 'PutBack' was not declared in this scope
34 | PutBack(remov);
| ^~~~~~~