multiset::iterator it;
it=s.lower_bound(x);
*it;
it=s.find(x);
s.erase(*it);
s.erase(s.find(it));

发表评论

邮箱地址不会被公开。 必填项已用*标注