| Problem | binarysearch |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-25 15:20:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:29:22: error: expected ‘}’ at end of input
29 | cout << left << '\n';
| ^
binarysearch.cpp:15:30: note: to match this ‘{’
15 | for (int i = 0; i < q; i++) {
| ^
binarysearch.cpp:29:22: error: expected ‘}’ at end of input
29 | cout << left << '\n';
| ^
binarysearch.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^