Problem arrayfind
User altaf
Submission Time 2026-03-13 21:05:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:34:29: error: invalid operands of types ‘long long int’ and ‘const char [12]’ to binary ‘operator<<’
34 | cout << "Smaller: ", less << ", Greater: " << more << "\n";
| ~~~~ ^~ ~~~~~~~~~~~~~
| | |
| | const char [12]
| long long int