摘要: #include <string> #include <map> #include <iostream> int main(void) { std::map<int,std::string> test_map; test_map[1] = "value1"; test_map[2] = "value 阅读全文
posted @ 2020-07-18 11:31 缘起花渊 阅读(168) 评论(0) 推荐(0) 编辑