jmyszka's blog

By jmyszka, history, 7 months ago, In English

I submitted 3 codes to 1864E - Guess Game

One with map, one with gp_hash_table and one with unordered_map

Only the one with unordered_map gets ac

Why is this happening?

Shouldn't gp_hash_table be better than unordered_map?

226309316 — unordered map

226308756 — map

226308545 — gp_hash_table

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