RT,问个低级问题,
对于set <int> s给定指针set<int>::iterator it=s.xxx,如何求出它和s.end()之间差了多少个元素?
set <int> s
set<int>::iterator it=s.xxx
s.end()