Problem binarysearch
User neoaix
Submission Time 2026-06-25 15:06:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:14:26: error: ‘mid’ was not declared in this scope
14 | int l = 0 ; int r = n; mid;
| ^~~