Problem | minju |
---|---|
User | Henries |
Submission Time | 2024-12-28 11:11:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minju.cpp: In function ‘int main()’:
minju.cpp:67:25: error: ‘neighbour’ was not declared in this scope; did you mean ‘neighbor’?
67 | if (abs(dist[b]-dist[neighbour]) < abs(dist[a]-dist[neighbour])){
| ^~~~~~~~~
| neighbor