speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:9:5: error: 'setHintLen' was not declared in this scope
9 | setHintLen(N);
| ^~~~~~~~~~
speedrun.cpp:12:17: error: 'a' was not declared in this scope
12 | setHint(a[i], b[i], 1);
| ^
speedrun.cpp:12:23: error: 'b' was not declared in this scope
12 | setHint(a[i], b[i], 1);
| ^
speedrun.cpp:12:9: error: 'setHint' was not declared in this scope; did you mean 'setns'?
12 | setHint(a[i], b[i], 1);
| ^~~~~~~
| setns
speedrun.cpp: In function 'void dfs(int, int)':
speedrun.cpp:21:12: error: 'getHint' was not declared in this scope; did you mean 'getline'?
21 | if(getHint(i) && vf[i] == 0){
| ^~~~~~~
| getline
speedrun.cpp:22:13: error: 'goTo' was not declared in this scope
22 | goTo(i);
| ^~~~
speedrun.cpp:23:17: error: 'fiu' was not declared in this scope
23 | dfs(fiu, nod);
| ^~~
speedrun.cpp:27:9: error: 'goTo' was not declared in this scope
27 | goTo(tata);
| ^~~~
speedrun.cpp: In function 'void speedrun(int, int, int)':
speedrun.cpp:33:9: error: 'getLength' was not declared in this scope
33 | l = getLength();
| ^~~~~~~~~