Problem | binarysearch |
---|---|
User | Thetissuebix |
Submission Time | 2025-06-19 16:08:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:6:25: error: expected ‘;’ before ‘cin’
6 | ios::sync_with_stdio(0)cin.tie(0);
| ^~~
| ;