c++遍历set

set<char>::iterator iter = temp1.begin(); while (iter!=temp1.end()) { cout<<*iter; iter++; }
相关文章
相关标签/搜索