Problem party
User ATHY
Submission Time 2024-10-20 15:40:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party.cpp: In function ‘void dfs(int, std::vector<bool>&, const std::vector<std::vector<int> >&, int)’:
party.cpp:11:8: error: ‘neigbor’ was not declared in this scope; did you mean ‘neighbor’?
11 | dfs(neigbor, visited, graph, level+1); //recursion
| ^~~~~~~
| neighbor