Problem | mountains |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-15 11:57:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mountains.cpp: In function ‘int main()’:
mountains.cpp:13:59: error: no match for ‘operator-’ (operand types are ‘std::_Rb_tree_const_iterator<int>’ and ‘std::vector<int>::iterator’ {aka ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’})
13 | auto it = lower_bound(temp.begin(), temp.end(), vect[i])-vect.begin());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
| | |
| std::_Rb_tree_const_iterator<int> std::vector<int>::iterator {aka __gnu_cxx::__normal_iterator<int*, std::vector<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-gnu/c++/9/bits/stdc++.h:41,
f