Anna.cpp: In function 'void init()':
Anna.cpp:16:6: warning: unused variable 'x' [-Wunused-variable]
16 | int x=1;
| ^
Anna.cpp: In function 'void sei(long long int)':
Anna.cpp:29:4: error: 'Send' was not declared in this scope
29 | Send(1);
| ^~~~
Anna.cpp:32:4: error: 'Send' was not declared in this scope
32 | Send(0);
| ^~~~
Bruno.cpp: In function 'void init()':
Bruno.cpp:16:6: warning: unused variable 'x' [-Wunused-variable]
16 | int x=1;
| ^
Bruno.cpp: In function 'void Bruno(long long int, long long int, std::vector<long long int>)':
Bruno.cpp:68:21: error: 'Remove' was not declared in this scope; did you mean 'remove'?
68 | Remove(j);
| ^~~~~~
| remove
Bruno.cpp:71:17: error: 'Remove' was not declared in this scope; did you mean 'remove'?
71 | Remove(i);
| ^~~~~~
| remove
Bruno.cpp:80:13: error: 'Remove' was not declared in this scope; did you mean 'remove'?
80 | Remove(i);
| ^~~~~~
| remove