Guest User

Untitled

a guest
Oct 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. std::map<int, int> counters;
  2. for(auto i: v)
  3. {
  4. ++counters[i];
  5. }
Add Comment
Please, Sign In to add comment