Problem binarysearch
User WanQi
Submission Time 2026-06-25 16:54:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:12:15: error: a function-definition is not allowed here before ‘{’ token
12 | signed main() {
| ^
binarysearch.cpp:54:1: error: expected ‘}’ at end of input
54 | }
| ^
binarysearch.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^