Problem | binaryroads |
---|---|
User | dacashew |
Submission Time | 2023-12-18 15:29:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binaryroads.cpp: In function ‘long long int bfs(bool)’:
binaryroads.cpp:98:7: error: ‘node’ was not declared in this scope; did you mean ‘__gnu_cxx::typelist::node’?
98 | vis[node][cbool]=1;
| ^~~~
| __gnu_cxx::typelist::node
In file included from /usr/include/c++/9/ext/pb_ds/assoc_container.hpp:45,
from binaryroads.cpp:60:
/usr/include/c++/9/ext/typelist.h:60:12: note: ‘__gnu_cxx::typelist::node’ declared here
60 | struct node
| ^~~~