Problem | oranges2 |
---|---|
User | haydendoo |
Submission Time | 2023-02-13 11:41:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
oranges2.cpp: In function ‘int main()’:
oranges2.cpp:84:16: error: ‘dist’ was not declared in this scope; did you mean ‘it’?
84 | if(dist[nx]<=nd) continue;
| ^~~~
| it
oranges2.cpp:85:13: error: ‘dist’ was not declared in this scope; did you mean ‘it’?
85 | dist[nx]=nd;
| ^~~~
| it
oranges2.cpp:92:38: error: no matching function for call to ‘std::vector<std::pair<long long int, long long int> >::push_back(long long int&)’
92 | adj[i].push_back(came_from[i]);
| ^
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h: