Anna.cpp: In function 'void Anna(int, int, int, int*, int*)':
Anna.cpp:30:29: error: 'Flag' was not declared in this scope
30 | for(int i=1; i<=N; i++) Flag(i, state[i]);
| ^~~~
Bruno.cpp: In function 'void Bruno(int, int, int, int, int*, int*)':
Bruno.cpp:8:32: error: 'Answer' was not declared in this scope
8 | if(P[i]>S && Q[i]==F){ Answer(P[i]); return;}
| ^~~~~~
Bruno.cpp:9:32: error: 'Answer' was not declared in this scope
9 | if(P[i]<S && Q[i]!=F){ Answer(P[i]); return;}
| ^~~~~~
Bruno.cpp:11:5: error: 'Answer' was not declared in this scope
11 | Answer(S);
| ^~~~~~