利用distance()函数
distance()
vector<int> v; auto i=lower_bound(v.begin(),v.end(),3); cout<<distance(v.begin(),i);