set的利用;
1 #include2 #include 3 #include 4 #define maxn 100009 5 using namespace std; 6 7 struct node 8 { 9 int w,h;10 bool operator <(const node& t)const11 {12 if(w==t.w)return h
本文共 472 字,大约阅读时间需要 1 分钟。
set的利用;
1 #include2 #include 3 #include 4 #define maxn 100009 5 using namespace std; 6 7 struct node 8 { 9 int w,h;10 bool operator <(const node& t)const11 {12 if(w==t.w)return h
转载于:https://www.cnblogs.com/yours1103/p/3420077.html