for(int i=1;i<=n;i++) { int now=upper_bound(v.begin(),v.end(),b[i])-v.begin(); v.insert(v.begin()+now,a[i]); }
这段代码是一个log还是两个log