Problem | citymapping |
---|---|
User | Sandarach151 |
Submission Time | 2022-12-24 23:03:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
citymapping.cpp: In function ‘void find_roads(int, int, int*, int*, int*)’:
citymapping.cpp:59:4: error: ‘dist1’ was not declared in this scope; did you mean ‘dist’?
59 | dist1.push_back({get_distance(1, i), i});
| ^~~~~
| dist
citymapping.cpp:61:8: error: ‘dist1’ was not declared in this scope; did you mean ‘dist’?
61 | sort(dist1.begin(), dist1.end());
| ^~~~~
| dist