speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:57:9: error: 'setHintLen' was not declared in this scope
57 | setHintLen(N);
| ^~~~~~~~~~
speedrun.cpp:64:17: error: 'setHint' was not declared in this scope; did you mean 'setns'?
64 | setHint(i,j,bool(k[i][j]));
| ^~~~~~~
| setns
speedrun.cpp: In function 'void speedrun(int, int, int)':
speedrun.cpp:75:17: error: 'getLength' was not declared in this scope
75 | int l = getLength(),pos = start,cnt = 1;
| ^~~~~~~~~
speedrun.cpp:76:15: error: 'cnt' was not declared in this scope; did you mean 'int'?
76 | while(cnt != N){
| ^~~
| int
speedrun.cpp:77:18: error: 'pos' was not declared in this scope; did you mean 'pow'?
77 | used[pos] = true;
| ^~~
| pow
speedrun.cpp:80:26: error: 'getHint' was not declared in this scope; did you mean 'getline'?
80 | bool f = getHint(i);
| ^~~~~~~
| getline
speedrun.cpp:83:30: error: 'goTo' was not declared in this scope
83 | bool k = goTo(i);
| ^~~~
speedrun.cpp:83:26: warning: unused variable 'k' [-Wunused-variable]
83 | bool k = goTo(i);
| ^
speedrun.cpp:89:21: error: 'goTo' was not declared in this scope
89 | goTo(pr[pos]);
| ^~~~
speedrun.cpp:75:13: warning: unused variable 'l' [-Wunused-variable]
75 | int l = getLength(),pos = start,cnt = 1;
| ^