| Problem | binarysearch |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-07-10 16:48:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:6:33: error: expected ‘;’ before ‘cin’
6 | ios_base::sync_with_stdio(false)
| ^
| ;
7 | cin.tie(0);
| ~~~