speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:15:3: error: 'setHintLen' was not declared in this scope
15 | setHintLen(n);
| ^~~~~~~~~~
speedrun.cpp:18:5: error: 'setHint' was not declared in this scope; did you mean 'setns'?
18 | setHint(i, nxt, 1);
| ^~~~~~~
| setns
speedrun.cpp: In function 'void dfs(int, int, int)':
speedrun.cpp:26:7: error: 'getHint' was not declared in this scope; did you mean 'getline'?
26 | if (getHint(nxt)) {
| ^~~~~~~
| getline
speedrun.cpp:27:4: error: 'goTo' was not declared in this scope
27 | goTo(nxt);
| ^~~~
speedrun.cpp:31:11: error: 'goTo' was not declared in this scope
31 | if (par) goTo(par);
| ^~~~