Problem duckhunt5
User CZHT
Submission Time 2026-05-16 09:38:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:23:40: error: overloaded function with no contextual type information
23 | auto it = lower_bound(data.begin(), data.end(), target);
| ^~~~~
duckhunt5.cpp:23:54: error: overloaded function with no contextual type information
23 | auto it = lower_bound(data.begin(), data.end(), target);
| ^~~
duckhunt5.cpp:23:61: error: ‘target’ was not declared in this scope
23 | auto it = lower_bound(data.begin(), data.end(), target);
| ^~~~~~