Problem | minju |
---|---|
User | Henries |
Submission Time | 2024-12-28 14:40:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minju.cpp: In function ‘void bfsFromCycle(const std::vector<long long int>&)’:
minju.cpp:49:57: error: ‘neighbour’ was not declared in this scope; did you mean ‘neighbor’?
49 | distToCycle[neighbor] = min(distToCycle[neighbour],distToCycle[curr] + 1);
| ^~~~~~~~~
| neighbor