Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 98 Bytes

11.28.md

File metadata and controls

2 lines (2 loc) · 98 Bytes
map<string, vector<int>> mp;
map<string, vector<int>>::iterator it = mp.find("some key");