Weird bug with gp_hash_table

Revision en1, by RaadSharar, 2025-12-11 20:32:39

353093224 this uses cc_hash_table,

You can exchange this with map, unordered_map (with and without custom_hash) and it will work as intended. But with gp_hash_table it gives WA on test case 1

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English RaadSharar 2025-12-11 20:32:39 236 Initial revision (published)