返回顶部
摘要: 排序: 先按箱子高度排序,再按箱子面积排序 # 先按箱子高度排序,再按箱子面积排序 #include <iostream> #include <vector> #include <algorithm> using namespace std; struct Rect{ double l; doubl 阅读全文
posted @ 2021-12-30 12:03 Zcb0812 阅读(375) 评论(0) 推荐(0)