Problem | dinowalk |
---|---|
User | FIips |
Submission Time | 2025-02-27 08:37:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dinowalk.cpp: In function ‘int32_t main()’:
dinowalk.cpp:38:8: error: ‘class std::priority_queue<std::pair<long long int, long long int> >’ has no member named ‘push_back’
38 | pq.push_back(make_pair(dist[it], it));
| ^~~~~~~~~
dinowalk.cpp:43:10: error: ‘inf’ was not declared in this scope; did you mean ‘ynf’?
43 | int h = inf;
| ^~~
| ynf