Problem bingeeating
User wasdplant
Submission Time 2025-02-17 10:40:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bingeeating.cpp: In function ‘int32_t main()’:
bingeeating.cpp:41:15: error: expected ‘;’ before ‘it’
41 | v.erase(it)
| ^
| ;
42 | it = v.begin();
| ~~