| Problem | binarysearch |
|---|---|
| User | Secre |
| Submission Time | 2025-06-19 16:07:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:17:9: error: expected primary-expression before ‘)’ token
17 | for(l>r;){
| ^
binarysearch.cpp:17:9: error: expected ‘;’ before ‘)’ token
17 | for(l>r;){
| ^
| ;