| Problem | arrayfind |
|---|---|
| User | Bulbasheen |
| Submission Time | 2024-02-04 16:40:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:14:15: error: expected ‘;’ before ‘low’
14 | lb = 0
| ^
| ;
15 | low = 0;
| ~~~
arrayfind.cpp:26:17: error: expected ‘;’ before ‘low’
26 | ub = N-1
| ^
| ;
27 | low = 0;
| ~~~