| Problem | binarysearch |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-25 14:42:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:14:11: error: expected ‘;’ before ‘long’
14 | cin >> k
| ^
| ;
binarysearch.cpp:26:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
26 | cout << ans << "\n"
| ^~~
| abs
binarysearch.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
binarysearch.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^