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

Compile Error

deforestation.cpp: In function ‘int main()’:
deforestation.cpp:28:31: error: expected primary-expression at end of input
28 | auto [height, growth] =
| ^
deforestation.cpp:28:31: error: expected ‘;’ at end of input
deforestation.cpp:28:31: error: expected ‘}’ at end of input
deforestation.cpp:26:46: note: to match this ‘{’
26 | for (int day = 0; day < numTrees; ++day) {
| ^
deforestation.cpp:28:31: error: expected ‘}’ at end of input
28 | auto [height, growth] =
| ^
deforestation.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^