Problem arrayfind
User blackpanther
Submission Time 2025-05-06 23:53:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp:22:2: error: expected unqualified-id before ‘return’
22 | return 0;
| ^~~~~~
arrayfind.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^