赞
踩
#include <unordered_map>
unordered_map <datatype,datatype> hashMap; ex:
unordered_map <int,int> hashMap;
hashMap.find(key);
hashMap[key]=value;