Joi.cpp: In function 'void dfs(int, int, long long int)':
Joi.cpp:35:21: error: 'Move' was not declared in this scope
35 | int value = Move(par);
| ^~~~
Joi.cpp:35:13: warning: unused variable 'value' [-Wunused-variable]
35 | int value = Move(par);
| ^~~~~
Joi.cpp:42:21: error: 'Move' was not declared in this scope
42 | int value = Move(par);
| ^~~~
Joi.cpp:42:13: warning: unused variable 'value' [-Wunused-variable]
42 | int value = Move(par);
| ^~~~~
Joi.cpp:57:25: error: 'Move' was not declared in this scope
57 | int value = Move(to);
| ^~~~
Joi.cpp:63:21: error: 'Move' was not declared in this scope
63 | int value = Move(par);
| ^~~~
Joi.cpp:63:13: warning: unused variable 'value' [-Wunused-variable]
63 | int value = Move(par);
| ^~~~~
/usr/bin/ld: /tmp/cc4w0aIh.o: in function `main':
grader_ioi.cpp:(.text.startup+0x3f2): undefined reference to `Ioi(int, int, int*, int*, int, int, int)'
collect2: error: ld returned 1 exit status