Joi.cpp: In function 'void dfs(int)':
Joi.cpp:26:20: error: 'Move' was not declared in this scope
if(Move(u))x|=(1LL<<(ccnt+1)%60);
^~~~
Joi.cpp:32:20: error: 'Move' was not declared in this scope
if(Move(v))x|=(1LL<<ccnt%60);
^~~~
Joi.cpp: In function 'long long int Ioi(int, int, int*, int*, int, int, int)':
Joi.cpp:47:9: error: 'Move' was not declared in this scope
Move(adj[P][0]);
^~~~
/tmp/ccIFicER.o: In function `main':
grader_ioi.cpp:(.text.startup+0x36a): undefined reference to `Ioi(int, int, int*, int*, int, int, int)'
collect2: error: ld returned 1 exit status