Problem binarysearch
User jonwwshan
Submission Time 2026-06-05 21:31:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int32_t main()’:
binarysearch.cpp:21:9: error: expected ‘,’ or ‘;’ before ‘cout’
21 | cout << index << "\n";
| ^~~~