speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:6:5: error: 'setHintLen' was not declared in this scope
6 | setHintLen(20);
| ^~~~~~~~~~
speedrun.cpp:9:17: error: '__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> >, std::vector<int> >::value_type' {aka 'class std::vector<int>'} has no member named 'pb'
9 | g[a[i]].pb(b[i]);
| ^~
speedrun.cpp:10:17: error: '__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> >, std::vector<int> >::value_type' {aka 'class std::vector<int>'} has no member named 'pb'
10 | g[b[i]].pb(a[i]);
| ^~
speedrun.cpp: In lambda function:
speedrun.cpp:17:34: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
17 | setHint(x,i,tt&(1<<i)>0);
| ~~~~~~^~
speedrun.cpp:17:13: error: 'setHint' was not declared in this scope; did you mean 'setns'?
17 | setHint(x,i,tt&(1<<i)>0);
| ^~~~~~~
| setns
speedrun.cpp:19:15: error: 'class std::vector<int>' has no member named 'pb'
19 | nodes.pb(x);
| ^~
speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:22:11: error: 'class std::vector<int>' has no member named 'pb'
22 | nodes.pb(0);
| ^~
speedrun.cpp:27:52: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
27 | setHint(nodes[i-1],j+10,nodes[i]&(1<<j)>0);
| ~~~~~~^~
speedrun.cpp:27:13: error: 'setHint' was not declared in this scope; did you mean 'setns'?
27 | setHint(nodes[i-1],j+10,nodes[i]&(1<<j)>0);
| ^~~~~~~
| setns
speedrun.cpp: In lambda function:
speedrun.cpp:38:16: error: 'getHint' was not declared in this scope; did you mean 'getline'?
38 | if(getHint(i))
| ^~~~~~~
| getline
speedrun.cpp: In lambda function:
speedrun.cpp:50:16: error: 'getHint' was not declared in this scope; did you mean 'getline'?
50 | if(getHint(i+10))
| ^~~~~~~
| getline
speedrun.cpp: In function 'void speedrun(int, int, int)':
speedrun.cpp:60:9: error: 'goTo' was not declared in this scope
60 | goTo(x);
| ^~~~
speedrun.cpp:65:16: error: 'goTo' was not declared in this scope
65 | while(!goTo(urm))
| ^~~~