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!
相關文章
相關標籤/搜索