Problem arrayfind
User Jinseo
Submission Time 2024-02-16 10:18:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:16:14: error: ‘i’ was not declared in this scope
16 | cin >> num[i];
| ^
arrayfind.cpp:25:25: error: ‘Larger’ was not declared in this scope; did you mean ‘larger’?
25 | cout << "Larger: " << Larger << endl;
| ^~~~~~
| larger