Problem arrayfind
User godex
Submission Time 2025-02-19 17:18:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int32_t main()’:
arrayfind.cpp:35:19: error: ‘mids’ was not declared in this scope; did you mean ‘mid’?
35 | ans = mids;
| ^~~~
| mid