Weak test cases for CIRCHAOS

Test cases for the CIRCHAOS were really weak.

I have a unending list of submissions which were accepted during the contest.

Test Cases:

5
999987300 2
999987301 999987301
999987300 2
999987301 999987301
999987300 2
999987301 999987301
999987300 2
999987301 999987301
999987300 2
999987301 999987301

I am really disappointed @admin

Above Code takes around 12sec for 5test cases only. I am not sure How this code got accepted.

12 Likes

Test cases should be strong. You are great bhaiya.

3 Likes

I have to agree with you.

1 Like

Do you guys feel the same? @anj_sam @akg150

2 Likes

There is no need of 5 test cases bro. Only 1 test case will give time limit exceeded​:crazy_face::crazy_face:

4 Likes

there is a reason codechef hides its test cases
nothing new with it…get over it

5 Likes

https://images.app.goo.gl/oHJT4KzLus7Eq76p6

Aap great ho bhaiya. Kaise kar lete ho yeh sab :slight_smile:

If it was a long contest, I had no problem. There is a reason I only participate in short contests.

2 Likes

I believe some kind of hacking phase must be introduced to overcome such problems, it would be beneficial for everyone I guess.

2 Likes

@admin we need some solution.

Really Disappointing😒

Yes

I think cases are just random.
No work done on having better test cases.
If n is smaller than gcd definately they should have stopped these too slow solutions.

1 Like

It happens on Codechef very often

@All : My mistake I did not notice the constraints. Where it is clearly mentioned that all the power are unique. If any power is prime, the you would get the gcd as 1. in All other cases, maximum gcd that we can get ~10^5. Hence the complexity becomes linear

What if there is only 1 power and that also near 10e9 ??

True that.