baka-coder's blog

By baka-coder, history, 4 months ago, In English

264207144 https://codeforces.net/contest/1980/submission/264207144

When I use unordered_map, it gives TLE.

264218228 https://codeforces.net/contest/1980/submission/264218228

However, when I use map instead of unordered_map in the same code, it does not give TLE and gets accepted.

Full text and comments »

  • Vote: I like it
  • -1
  • Vote: I do not like it