| Problem | binarysearch |
|---|---|
| User | abcde271828 |
| Submission Time | 2025-12-17 15:18:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int32_t main()’:
binarysearch.cpp:24:7: error: redeclaration of ‘long long int count’
24 | int count = distance(it, s.end());
| ^~~~~
binarysearch.cpp:23:7: note: ‘long long int count’ previously declared here
23 | int count = 0;
| ^~~~~