| Problem | binarysearch |
|---|---|
| User | Red123 |
| Submission Time | 2026-01-26 16:58:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:20:4: error: expected ‘,’ or ‘;’ before ‘if’
20 | if(arr[m] < a){
| ^~
binarysearch.cpp:23:4: error: ‘else’ without a previous ‘if’
23 | else{
| ^~~~