[HELP] getting Runtime error but cannot figure out anything

Revision en2, by simp_pro, 2023-10-24 02:10:22

https://codeforces.com/contest/1399/submission/229486965

I am iterating on all edges and storing all possible contribution. Then sorting it and using two pointer. Complexity: O(nlogw.log(nlogw)). It is same as jiangly solution. But I am getting Runtime error. I t already tried looking for index out of bounds and memory limit

Tags runtime error

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English simp_pro 2023-10-24 02:10:22 5 Tiny change: 'e error. It already ' -> 'e error. I\nt already '
en1 English simp_pro 2023-10-24 02:09:34 388 Initial revision (published)