Problem | airplane |
---|---|
User | JoshJuice |
Submission Time | 2025-09-14 01:36:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
airplane.cpp: In function ‘void dijkstra(ll, vll&)’:
airplane.cpp:37:13: error: ‘q’ was not declared in this scope; did you mean ‘pq’?
37 | while (sz(q)) {
| ^
airplane.cpp:17:15: note: in definition of macro ‘sz’
17 | #define sz(a) a.size()
| ^