Problem treecutting
User Hijackedsoul
Submission Time 2024-12-12 17:15:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

treecutting.cpp: In function ‘int32_t main()’:
treecutting.cpp:88:37: error: expected ‘;’ before ‘std’
88 | ans=max({ans+1, pref[dia], suf[0]})
| ^
| ;
89 | std::cout << ans;
| ~~~