Problem arrayfind
User AltheaZ
Submission Time 2023-07-19 09:36:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:22:16: error: expected ‘;’ before ‘}’ token
22 | arr.erase(it)
| ^
| ;
23 | }
| ~