Problem | mrt |
---|---|
User | wezmaster |
Submission Time | 2023-11-17 13:29:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mrt.cpp: In function ‘void dijkstra(const std::vector<std::vector<Edge> >&, int, std::vector<int>&)’:
mrt.cpp:24:9: error: ‘tie’ was not declared in this scope; did you mean ‘time’?
24 | tie(current_distance, current_node) = pq.top();
| ^~~
| time