Help with 588E

Revision en1, by ordan, 2015-10-16 05:21:29

Could someone give me a tip on why my code is getting "Memory limit exceeded"?

Problem: http://codeforces.com/contest/588/problem/E

Here's my code: http://codeforces.com/contest/588/submission/13655996

I tried to make a LCA table of sets (with size less than 10) and for each query I merge the ranges getting the 'a' minimums.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ordan 2015-10-16 05:21:29 350 Initial revision (published)