Problem | eeducation |
---|---|
User | dev1634 |
Submission Time | 2024-04-08 16:41:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:18:21: error: ‘number’ was not declared in this scope
18 | int l = 0 , r = number - 1 , mid;
| ^~~~~~
eeducation.cpp:20:1: error: ‘mid’ was not declared in this scope
20 | mid = l + ((r - l) / 2);
| ^~~
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) {
| ^