| Problem | binarysearch |
|---|---|
| User | Zaydluq |
| Submission Time | 2026-06-25 14:57:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:13:28: error: expected ‘)’ before numeric constant
13 | for (int i = 0; i < q; i++0 {
| ~ ^
| )
binarysearch.cpp:13:29: error: expected ‘;’ before ‘{’ token
13 | for (int i = 0; i < q; i++0 {
| ^~
| ;