Problem arrayfind
User CoderBC
Submission Time 2025-05-14 10:06:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:19:28: error: ‘n’ was not declared in this scope
19 | for(int j = 0; j < n; j++){
| ^