| Problem | binarysearch |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-06-18 11:40:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cin >> a[i]
| ^
| ;
12 | }
| ~