Problem binarysearch
User SankaSreenidh
Submission Time 2026-06-25 20:01:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:37:1: error: expected ‘}’ at end of input
37 | }
| ^
binarysearch.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^