12 2021 档案
摘要:排序: 先按箱子高度排序,再按箱子面积排序 # 先按箱子高度排序,再按箱子面积排序 #include <iostream> #include <vector> #include <algorithm> using namespace std; struct Rect{ double l; doubl
阅读全文
摘要:json nlohmann的一个json.hpp https://github.com/nlohmann/json #include "nlohmann/json.hpp" using nlohmannJson = nlohmann::json; int main() { nlohmannJson
阅读全文
浙公网安备 33010602011771号