Problem arrayfind
User blob
Submission Time 2023-12-20 16:00:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:24:67: error: expected ‘;’ before ‘return’
24 | cout << "Smaller:" << smaller << ", Greater:" << greater << "\n"
| ^
| ;
25 | return 0;
| ~~~~~~