Problem oranges2
User haydendoo
Submission Time 2023-02-13 11:42:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oranges2.cpp: In function ‘int main()’:
oranges2.cpp:92:43: error: ‘dist’ was not declared in this scope
92 | adj[i].emplace_back(came_from[i], dist[i]);
| ^~~~