Problem treecutting
User Rolo
Submission Time 2024-10-02 15:21:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

treecutting.cpp: In function ‘int main()’:
treecutting.cpp:93:46: error: expected ‘;’ before ‘}’ token
93 | if(check[i])ans = max(ans, dp2[b] + dp3[i])
| ^
| ;
94 | }
| ~