Problem binarysearch
User god
Submission Time 2025-07-08 20:32:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:5:15: error: ‘sync_wth_stdio’ is not a member of ‘std::ios_base’
5 | ios_base::sync_wth_stdio(0);
| ^~~~~~~~~~~~~~
binarysearch.cpp:20:29: error: expected ‘;’ before ‘}’ token
20 | results += 1
| ^
| ;
21 | } else if(array[i] > queried) {
| ~