Problem arrayfind
User eliasxyz
Submission Time 2025-06-06 21:30:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:17:21: error: ‘c’ was not declared in this scope
17 | cout<<"Smaller: "<<c<<", Greater: "<<d<<"\n";
| ^
arrayfind.cpp:17:39: error: ‘d’ was not declared in this scope
17 | cout<<"Smaller: "<<c<<", Greater: "<<d<<"\n";
| ^