| Problem | mrt |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-24 20:56:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mrt.cpp: In function ‘void mrt(long long int)’:
mrt.cpp:9:84: error: template argument 2 is invalid
9 | priority_queue <pair <int, int>, vector<pair<int, int>, greater<pair <int, int>>> pq;
| ^~
mrt.cpp:9:84: error: template argument 3 is invalid
mrt.cpp:14:2: error: ‘pq’ was not declared in this scope; did you mean ‘q’?
14 | pq.push({0, start});
| ^~
| q