| Problem | binarysearch |
|---|---|
| User | SankaSreenidh |
| Submission Time | 2026-06-25 15:09:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:6:15: error: a function-definition is not allowed here before ‘{’ token
6 | void solve() {
| ^
binarysearch.cpp:38:1: error: expected ‘}’ at end of input
38 | }
| ^
binarysearch.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^