speedrun.cpp: In function 'void calc(int, int)':
speedrun.cpp:32:32: error: 'setHint' was not declared in this scope
32 | if(v & (1<<j)) setHint(to, j + 11, 1);
| ^~~~~~~
speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:44:5: error: 'setHintLen' was not declared in this scope
44 | setHintLen(20);
| ^~~~~~~~~~
speedrun.cpp:48:35: error: 'setHint' was not declared in this scope
48 | if(ord[i+1] & (1<<j)) setHint(ord[i], j + 1, 1);
| ^~~~~~~
speedrun.cpp: In function 'int get(int)':
speedrun.cpp:56:12: error: 'getHint' was not declared in this scope; did you mean 'getline'?
56 | if(getHint(p + i)) ans |= (1<<i);
| ^~~~~~~
| getline
speedrun.cpp: In function 'void dfs(int, int)':
speedrun.cpp:63:8: error: 'goTo' was not declared in this scope
63 | if(goTo(to)){
| ^~~~
speedrun.cpp: In function 'void speedrun(int, int, int)':
speedrun.cpp:76:9: error: 'goTo' was not declared in this scope
76 | goTo(start);
| ^~~~