| Problem | arrayfind |
|---|---|
| User | lxmine |
| Submission Time | 2026-07-18 09:55:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:36:57: error: ‘Greater’ was not declared in this scope
36 | cout<<"Smaller: " << smaller << ", Greater: "<< Greater <<endl;
| ^~~~~~~
arrayfind.cpp:40:1: error: expected ‘}’ at end of input
40 | }
| ^
arrayfind.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^