Problem squidzofrenzic
User hackerman123
Submission Time 2023-03-16 17:11:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp: In function ‘int binary_search(long long int, long long int, int)’:
squidzofrenzic.cpp:25:7: error: ‘i’ was not declared in this scope
25 | if (i <= n_iter)
| ^
squidzofrenzic.cpp:27:8: error: ‘else’ without a previous ‘if’
27 | } else {
| ^~~~
squidzofrenzic.cpp: At global scope:
squidzofrenzic.cpp:31:1: error: expected declaration before ‘}’ token
31 | }
| ^