| Problem | bombing |
|---|---|
| User | LCJLY |
| Submission Time | 2023-02-21 20:46:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bombing.cpp: In function ‘int32_t main()’:
bombing.cpp:69:9: error: ‘class std::priority_queue<std::pair<long long int, long long int> >’ has no member named ‘front’
69 | dist[q.front().first]=q.front().second;
| ^~~~~
bombing.cpp:69:26: error: ‘class std::priority_queue<std::pair<long long int, long long int> >’ has no member named ‘front’
69 | dist[q.front().first]=q.front().second;
| ^~~~~