pgiaminh8368's blog

By pgiaminh8368, history, 4 years ago, In English
  • Vote: I like it
  • 0
  • Vote: I do not like it

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by pgiaminh8368 (previous revision, new revision, compare).

»
4 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

Change unordered_map to map . Time complexity of unordered_map on average is O(1) but it's worst case complexity is O(n)

https://mirror.codeforces.com/contest/1490/submission/144341577