Problem arrayfind
User huangchengcheng
Submission Time 2026-07-18 09:53:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:9:17: error: ‘oi’ was not declared in this scope; did you mean ‘i’?
9 | for(int i=0;oi<n;i++) cin>> v[i];
| ^~
| i