Problem deforestation
User Dynonychus
Submission Time 2024-01-08 19:05:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deforestation.cpp: In function ‘int main()’:
deforestation.cpp:37:11: error: ‘class std::deque<std::pair<long long int, long long int> >’ has no member named ‘atg’; did you mean ‘at’?
37 | a=deq.atg(0).first;
| ^~~
| at
deforestation.cpp: At global scope:
deforestation.cpp:54:1: error: expected unqualified-id before ‘return’
54 | return 0;
| ^~~~~~
deforestation.cpp:55:1: error: expected declaration before ‘}’ token
55 | }
| ^