Problem monkeyjourney
User wtnetlegend
Submission Time 2026-03-17 13:41:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monkeyjourney.cpp: In function ‘int main()’:
monkeyjourney.cpp:23:5: error: ‘adj’ was not declared in this scope
23 | adj.resize(n+1);
| ^~~
monkeyjourney.cpp:43:34: error: ‘bfs’ was not declared in this scope; did you mean ‘ffs’?
43 | if (!visited[i]) bfs(i, dp, w, visited);
| ^~~
| ffs