Problem arrayfind
User estkn
Submission Time 2026-05-21 23:41:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:23:22: error: expected ‘;’ before ‘s’
23 | cout << "Smaller: " s << ", Greater: " << g << "\n";
| ^~
| ;