Problem arrayfind
User lxmine
Submission Time 2026-07-18 09:53:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:36:63: error: missing template arguments before ‘<<’ token
36 | cout<<"Smaller: " << smaller << ", Greater: "<<greater<<endl;
| ^~
arrayfind.cpp:42:1: error: expected ‘}’ at end of input
42 | }
| ^
arrayfind.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^