Problem deforestation
User TheRaptor
Submission Time 2023-11-21 19:55:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deforestation.cpp: In function ‘int32_t main()’:
deforestation.cpp:13:3: error: ‘priority’ was not declared in this scope
13 | priority<long long> days;
| ^~~~~~~~
deforestation.cpp:13:12: error: expected primary-expression before ‘long’
13 | priority<long long> days;
| ^~~~
deforestation.cpp:18:4: error: ‘days’ was not declared in this scope
18 | days.insert((mid-arr[i].first)/arr[i].second);
| ^~~~
deforestation.cpp:22:10: error: ‘days’ was not declared in this scope
22 | for(it=days.begin();it!=days.end();it++){
| ^~~~