摘要: map #include <map> #include <iostream> #include <string> int main() { std::map<std::string, int> maps;//键(first)值(second)对 //数组方式插入 maps["zhangsan"] = 阅读全文
posted @ 2021-03-10 18:55 crazybird123 阅读(46) 评论(0) 推荐(0) 编辑