Problem | dinowalk |
---|---|
User | FIips |
Submission Time | 2025-02-27 08:38:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dinowalk.cpp: In function ‘int32_t main()’:
dinowalk.cpp:40:8: error: ‘class std::priority_queue<std::pair<long long int, long long int> >’ has no member named ‘push_back’
40 | pq.push_back(make_pair(dist[it], it));
| ^~~~~~~~~