Problem binarysearch
User ilikefriendchickn
Submission Time 2026-06-25 14:59:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:23:12: error: expected ‘;’ before ‘}’ token
23 | r=mid-1}
| ^
| ;
binarysearch.cpp:25:12: error: expected ‘;’ before ‘}’ token
25 | l=mid+1}
| ^
| ;