std::map用法

#include <iostream> #include <string> #include <map> using namespace std; void main() { map<int, string> mapGoddess; //三種插入元素的方法,插入的鍵值對根據key升序排列 mapGoddess.insert(map<int, string>::value
相關文章
相關標籤/搜索