Help me optimize my solution for 383 Div1 D pls

Revision en1, by PUSSY_LICKING_LOLI_69, 2024-10-25 07:51:42

Link to the problem: https://codeforces.net/contest/741/problem/D

I came up with a solution using Small To Large and Xor Hashing, but my time complexity is $$$O(n*log^2(n)*26)$$$, which is still not optimized enough. It got the extra $$$log$$$ from using map, and I'm not sure of how to get rid of the map. Can someone help me pls?

My Code (I switched to unordered_map and it still TLEs)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English PUSSY_LICKING_LOLI_69 2024-10-25 07:51:42 2989 Initial revision (published)