About Div4E
here is my submission: 346532153
as you can see in my code I made this in the end, to make sure that this is really the error
if len(ans) != len(set(ans)): print(1 / 0)
but even though, it didn't give me runtime and um getting this
wrong answer points in output are not distinct (test case 189)
Btw, if someone knew my actual bug, plz tell me, I solved this problem already using PQ but I am struggling with its BS sol even I think I wrote the idea correctly



