【STL】12 二叉樹set容器操作

只能把節點刪了再加入新的節點,不能改節點的值     #include<iostream> #include<set> using namespace std; //仿函數 class mycompare{     public:         bool operator()(int v1,int v2){             return v1 > v2;         } };  vo
相關文章
相關標籤/搜索