auto itr = lower_bound(arr.begin(), arr.end(), x); while(itr != arr.rend()) itr++
Above code give error: no viable conversion from \'__gnu_cxx::__no