Problem | bftrouble |
---|---|
User | Henries |
Submission Time | 2024-10-20 10:23:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bftrouble.cpp: In function ‘int main()’:
bftrouble.cpp:14:41: error: no matching function for call to ‘lower_bound(std::vector<long long int>::iterator, std::vector<long long int>::iterator)’
14 | auto it = lower_bound(v.begin(),v.end());
| ^
In file included from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from bftrouble.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:1004:5: note: candidate: ‘template<class _ForwardIterator, class _Tp> _ForwardIterator std::lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&)’
1004 | lower_bound(_ForwardIterator __first, _ForwardIterator __last,
| ^~~~~~~~~~~
/usr/include/c++/9/bits/stl_algobase.h:1004:5: note: template argument deduction/substitution failed:
bftrouble.cpp:14:41: note: c