nyist 8 set的应用

        #include<iostream> #include<set> #include<algorithm> using namespace std; class rect //类 声明公有 { public: int bh,a,b; bool operator<(const rect & x) const { if(x.bh!=bh) return bh<x.bh ; if(x.a!
相关文章
相关标签/搜索