speedrun.cpp: In function 'void dfs(long long int, long long int)':
speedrun.cpp:32:32: error: 'setHint' was not declared in this scope; did you mean 'setns'?
32 | for1(i,0,9) if (p & (1 << i)) setHint(u, i + 1, 1);
| ^~~~~~~
| setns
speedrun.cpp: In function 'void assignHints(long long int, long long int, long long int*, long long int*)':
speedrun.cpp:39:2: error: 'setHintLen' was not declared in this scope
39 | setHintLen(20);
| ^~~~~~~~~~
speedrun.cpp:48:47: error: 'setHint' was not declared in this scope; did you mean 'setns'?
48 | for1(i,0,9) if (rev[tin[u] + 1] & (1 << i)) setHint(u, i + 11, 1);
| ^~~~~~~
| setns
speedrun.cpp: In function 'long long int get(long long int, bool)':
speedrun.cpp:56:12: error: 'getHint' was not declared in this scope; did you mean 'getline'?
56 | bool t = getHint(i + 1 + p * 10);
| ^~~~~~~
| getline
speedrun.cpp: In function 'void speedrun(long long int, long long int, long long int)':
speedrun.cpp:63:10: error: 'getLength' was not declared in this scope
63 | int l = getLength();
| ^~~~~~~~~
speedrun.cpp:67:3: error: 'goTo' was not declared in this scope
67 | goTo(v);
| ^~~~
speedrun.cpp:74:7: error: 'goTo' was not declared in this scope
74 | if (goTo(v)) u = v;
| ^~~~
speedrun.cpp:63:6: warning: unused variable 'l' [-Wunused-variable]
63 | int l = getLength();
| ^