| Problem | arrayfind |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-20 12:34:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int bs(std::vector<long long int>, long long int)’:
arrayfind.cpp:14:11: error: a function-definition is not allowed here before ‘{’ token
14 | int main(){
| ^
arrayfind.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
arrayfind.cpp:3:41: note: to match this ‘{’
3 | int bs(vector<long long> a, long long k){
| ^