| Problem | runway |
|---|---|
| User | MasterCoder8421 |
| Submission Time | 2025-12-04 16:43:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
runway.cpp: In function ‘bool possible(ll, std::vector<std::vector<std::pair<long long int, long long int> > >, ll, ll, ll)’:
runway.cpp:18:2: error: ‘priority_queue’ was not declared in this scope
18 | priority_queue<T, vector<T>, greater<T>> pq;
| ^~~~~~~~~~~~~~
runway.cpp:4:1: note: ‘std::priority_queue’ is defined in header ‘<queue>’; did you forget to ‘#include <queue>’?
3 | #include <algorithm>
+++ |+#include <queue>
4 | using namespace std;
runway.cpp:18:18: error: expected primary-expression before ‘,’ token
18 | priority_queue<T, vector<T>, greater<T>> pq;
| ^
runway.cpp:18:29: error: expected primary-expression before ‘,’ token
18 | priority_queue<T, vector<T>, greater<T>> pq;
| ^
runway.cpp:18:40: error: expected primary-expression before ‘>’ token