Problem | trapezes |
---|---|
User | shoryu386 |
Submission Time | 2023-12-29 19:50:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trapezes.cpp: In function ‘int main()’:
trapezes.cpp:28:73: error: no match for ‘operator-’ (operand types are ‘__gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >’ and ‘std::vector<long long int>’)
28 | nextpos = lower_bound(a.begin(), a.end(), a[pos]+mid+1) - a - 1;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
| | |
| | std::vector<long long int>
| __gnu_cxx::__normal_iterator<long long int*, std::vector<long long int> >
In file included from /usr/include/c++/9/bits/stl_algobase.h:67,
from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gn