Joi.cpp: In function 'void Joi(int, int, int*, int*, long long int, int)':
Joi.cpp:4:20: error: 'MessageBoard' was not declared in this scope
MessageBoard(i, 1);
^
Joi.cpp:6:25: error: 'MessageBoard' was not declared in this scope
MessageBoard(i, 0);
^
Joi.cpp:8:20: error: 'MessageBoard' was not declared in this scope
MessageBoard(i, 0);
^
Ioi.cpp:5:1: error: 'vector' does not name a type
vector<int> e[maxn];
^
Ioi.cpp: In function 'void dfs(int, int)':
Ioi.cpp:12:18: error: 'e' was not declared in this scope
for (auto i : e[v])
^
Ioi.cpp:14:21: error: 'Move' was not declared in this scope
dfs(i, Move(i));
^