| Problem | arrayfind |
|---|---|
| User | lxmine |
| Submission Time | 2026-07-18 09:41:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:19:13: error: expected ‘,’ or ‘;’ before ‘if’
19 | if(arr[q-1] < x){
| ^~
arrayfind.cpp:21:15: error: ‘else’ without a previous ‘if’
21 | } else {
| ^~~~
arrayfind.cpp:22:24: error: expected ‘;’ before ‘}’ token
22 | r = m-1
| ^
| ;
23 | }
| ~