| Problem | binarysearch |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-25 15:48:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:20:26: error: expected primary-expression before ‘int’
20 | if(A[mid] >= int x){
| ^~~
binarysearch.cpp:20:25: error: expected ‘)’ before ‘int’
20 | if(A[mid] >= int x){
| ~ ^~~~
| )