Problem deforestation
User fueh
Submission Time 2024-12-28 00:04:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deforestation.cpp: In function ‘int main()’:
deforestation.cpp:19:82: error: expected unqualified-id before ‘>’ token
19 | priority_queue<pair<long long, long long>, vector<pair<long long, long long>>>> pq;
| ^~
deforestation.cpp:23:9: error: ‘pq’ was not declared in this scope
23 | pq.push({trees[i].first, trees[i].second});
| ^~
deforestation.cpp:31:33: error: ‘pq’ was not declared in this scope
31 | auto [height, growth] = pq.top();
| ^~