为什么我可以这样做
vector<int> a; //... cout << a.end()-a.begin();
但是我不能用 set::iterator 做同样的事情吗?
c++ iterator
c++ ×1
iterator ×1