Problem arrayfind
User haiquan
Submission Time 2026-04-27 00:27:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:53:28: error: expected ‘;’ before ‘less’
53 | cout << "Smaller: " less << ", Greater: " << more << '\n';
| ^~~~~
| ;