Problem | binarysearch |
---|---|
User | MuhammadJana |
Submission Time | 2025-06-19 16:27:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:6:12: error: a function-definition is not allowed here before ‘{’ token
6 | int main() {
| ^
binarysearch.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
binarysearch.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^