stl的map和hash_map简单例子

一:环境:linux g++ 二:代码: #include <map> #include <ext/hash_map> #include <iostream> #include <string.h> using namespace std; using namespace __gnu_cxx; struct hash_key_t { hash_key_t(int _id, int _v
相关文章
相关标签/搜索