| Problem | arrayfind |
|---|---|
| User | aribah |
| Submission Time | 2026-06-25 22:03:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:17:56: error: ‘x’ was not declared in this scope
17 | cout <<"Smaller: "<<lower_bound(vec.begin(),vec.end(),x)-vec.begin()
| ^