Problem arrayfind
User Yizhou
Submission Time 2024-06-01 22:30:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:25:21: error: ‘small’ was not declared in this scope
25 | cout<<"Smaller: "<<small<<", Greater: "<<big;
| ^~~~~
arrayfind.cpp:25:43: error: ‘big’ was not declared in this scope
25 | cout<<"Smaller: "<<small<<", Greater: "<<big;
| ^~~