| Problem | exoticplants |
|---|---|
| User | sharelletqx |
| Submission Time | 2026-08-01 10:19:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exoticplants.cpp: In function ‘int main()’:
exoticplants.cpp:17:31: error: expected unqualified-id before ‘,’ token
17 | priority_queue<pair<int,int>>, vector<pair<int,int>>, greater<pair<int, int>>> pq;
| ^
exoticplants.cpp:17:54: error: invalid declarator before ‘,’ token
17 | priority_queue<pair<int,int>>, vector<pair<int,int>>, greater<pair<int, int>>> pq;
| ^
exoticplants.cpp:17:79: error: invalid declarator before ‘>’ token
17 | priority_queue<pair<int,int>>, vector<pair<int,int>>, greater<pair<int, int>>> pq;
| ^
exoticplants.cpp:19:2: error: ‘pq’ was not declared in this scope
19 | pq.push({0, (N+1)*K+S});
| ^~
exoticplants