| Problem | runway |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-08-01 10:59:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
runway.cpp: In function ‘int main()’:
runway.cpp:21:55: error: two or more data types in declaration of ‘type name’
21 | priority_queue<pair<int,int>,vector<pair<int,int>greater<pair<int,int>>>pq;
| ^~~~~~~~~~~~~~~~~~~~~~
runway.cpp:21:77: error: template argument 1 is invalid
21 | priority_queue<pair<int,int>,vector<pair<int,int>greater<pair<int,int>>>pq;
| ^
runway.cpp:21:77: error: template argument 2 is invalid
runway.cpp:21:78: error: template argument 2 is invalid
21 | priority_queue<pair<int,int>,vector<pair<int,int>greater<pair<int,int>>>pq;
| ^~
runway.cpp:21:78: error: template argument 3 is invalid