Why is this happening?

Revision en1, by jmyszka, 2023-10-02 17:28:26

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

Tags stl, c++ stl, time limit exceeded

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English jmyszka 2023-10-02 17:28:26 389 Initial revision (published)