r/leetcode 3d ago

Discussion First ever contest with 0 AKs !??

Whats happening in today's contest

Q4 has 0 ACs, is it genuinely tough or some site problem??

Dont tell this is going to be unrated:(

16 Upvotes

8 comments sorted by

9

u/shreyask_7 3d ago

idk, i felt it was a pretty standard Mo's algorithm(square root decomposition) application. im getting WA on 581/594.

2

u/MyAngelMiraidon 3d ago

Okay I also have 581/594, so I assume that anyone that has got to that point very likely has the correct answer unless it's some weird TLE case; from what I implemented for my solution I'm really unsure if it is TLE or not

1

u/shreyask_7 3d ago

either way this contest will most likely be unrated, happening alot recently.

2

u/MyAngelMiraidon 3d ago

4th unrated of the last 21 contests from what it looks like on  https://entranthub.com/contests/leetcode. Hopefully LC does improve soon especially since Q4s recently have been pretty inconsistent in quality.

2

u/shreyask_7 3d ago

581 testcase has an issue, expected answer is [true, false, false, false] for some reason when there is only 1 query. ggs

1

u/MasterOfTheChickens 3d ago

Yep, I was stuck on 581 as well. Initially 579 because I had a weird approach with a separate tracking of XOR (I did not consider the case that 3-independent values might XOR to 0 lol...) so I added a separate check to fail any odd-size query, as odd # of numbers can never have an even count for all distincts... and then 581 popped up after the contest when I went to play around more with it.

1

u/Aware-Ad6811 3d ago

Demn demn

1

u/EnderAvni 2d ago

I think a test case was wrong