Main.cpp: In function 'void assignHints(int, int, int*, int*)':
Main.cpp:9:5: error: 'setHintLen' was not declared in this scope
9 | setHintLen(n);
| ^~~~~~~~~~
Main.cpp:13:9: error: 'setHint' was not declared in this scope; did you mean 'stdin'?
13 | setHint(u,v,true);
| ^~~~~~~
| stdin
Main.cpp: In function 'void dfs(int, int)':
Main.cpp:24:37: error: 'getHint' was not declared in this scope; did you mean 'getline'?
24 | if(x!=anne && vis[x]== 0 && getHint(x))
| ^~~~~~~
| getline
Main.cpp:27:13: error: 'goTo' was not declared in this scope
27 | goTo(x);
| ^~~~
Main.cpp: In function 'void speedrun(int, int, int)':
Main.cpp:37:5: error: 'getLength' was not declared in this scope
37 | getLength();
| ^~~~~~~~~