Problem eeducation
User dev1634
Submission Time 2024-04-08 16:42:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:21:10: error: expected unqualified-id before ‘[’ token
21 | if (array[mid] == find) {
| ^
eeducation.cpp:26:17: error: expected unqualified-id before ‘[’ token
26 | } else if (array[mid] > find) {
| ^