Problem arrayfind
User PlayVoltz
Submission Time 2023-07-07 15:34:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:57:3: error: ‘smaller’ was not declared in this scope
57 | smaller = 0;
| ^~~~~~~
arrayfind.cpp:58:11: error: expected unqualified-id before ‘=’ token
58 | greater = 0;
| ^