返回顶部

12 2021 档案

摘要:排序: 先按箱子高度排序,再按箱子面积排序 # 先按箱子高度排序,再按箱子面积排序 #include <iostream> #include <vector> #include <algorithm> using namespace std; struct Rect{ double l; doubl 阅读全文
posted @ 2021-12-30 12:03 Zcb0812 阅读(380) 评论(0) 推荐(0)
摘要:json nlohmann的一个json.hpp https://github.com/nlohmann/json #include "nlohmann/json.hpp" using nlohmannJson = nlohmann::json; int main() { nlohmannJson 阅读全文
posted @ 2021-12-12 18:05 Zcb0812 阅读(287) 评论(0) 推荐(0)