Joi.cpp: In function 'void Joi(int, int, int*, int*, long long int, int)':
Joi.cpp:85:26: error: 'MessageBoard' was not declared in this scope
85 | for(int i=0;i<n;i++) MessageBoard(i,((1LL<<id[i])&x)>0);
| ^~~~~~~~~~~~
Ioi.cpp: In function 'void dfs2(int, int)':
Ioi.cpp:81:14: error: 'Move' was not declared in this scope
81 | ll x=Move(u);
| ^~~~
Ioi.cpp:85:15: error: 'Move' was not declared in this scope
85 | if(o!=-1) Move(o);
| ^~~~
Ioi.cpp: In function 'long long int Ioi(int, int, int*, int*, int, int, int)':
Ioi.cpp:102:1: warning: no return statement in function returning non-void [-Wreturn-type]
102 | }
| ^