嚴重不安全:STL map 使用map[key]==0判斷key是否存在於map中

咱們先來看個實驗: #include <iostream> #include <unordered_map> #include <map> #include <vector> using namespace std; int main() { map<int, int> map; unordered_map<int, int> hash; cout << "map[2]=" <
相關文章
相關標籤/搜索