摘要: std::map<std::string, uint32_t> dictionary std::set<const std::string *> keySet; // std::back_inserter(keyVector) std::transform(dictionary.begin(), d 阅读全文
posted @ 2022-12-23 14:11 ParamousGIS 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 1) IO#include <iostream> // std::cin, std::cout, std::ios#include <sstream>2) 字符串using namespace std::string_literals; // using namespace std::string_ 阅读全文
posted @ 2022-12-23 10:36 ParamousGIS 阅读(192) 评论(0) 推荐(0) 编辑