Problem arrayfind
User CalebKow
Submission Time 2025-06-23 23:18:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:39:61: error: expected ‘;’ before ‘)’ token
39 | cout << "Smaller: " << smaller << ", Greater: " << greater) << "\n";
| ^
| ;