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
相關文章
相關標籤/搜索