Joi.cpp: In function 'long long int Ioi(int, int, int*, int*, int, int, int)':
Joi.cpp:47:5: error: 'Move' was not declared in this scope
47 | Move(g[0][0]);
| ^~~~
Joi.cpp:52:14: error: 'Move' was not declared in this scope
52 | answer = Move(u);
| ^~~~
Joi.cpp:57:7: error: 'Move' was not declared in this scope
57 | Move(u);
| ^~~~
Joi.cpp:60:9: error: 'Move' was not declared in this scope
60 | if (Move(order[i])) {
| ^~~~
/usr/bin/ld: /tmp/ccpqznp5.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