Please read the new rule regarding the restriction on the use of AI tools. ×

printshubham's blog

By printshubham, history, 5 days ago, In English

Hello Codeforces,

Recently I was solving 1995B1 - Bouquet (Easy Version) problem. Eventually I came to a solution and finally it passed all the sample test cases, so I submitted it. It gets accepted! But I soon realized that my code was quite complex and I should think for other approach, while doing so I realized that my previous submission should get TLE for some type of test cases.

Here is the 281661933 which gets TLE for below TC, but gets accepted by the Judging system.


2 4 5 3 6 8 9 4 5 3 1 9 7

(Both of them gets TLE). There are more such TCs

I figured out that it gets stuck in the while loop which causes TLE.

Eventually I had to look up at others' submissions since I was not able to come up with other solution and it was working as expected (not getting TLE, obviously). 281710864

I guess the judge doesn't cover above mentioned type of testcases.

This problem is from Codeforces Round 961 (Div. 2) Since I couldn't find a direct way to report the problem so I am mentioning the writers here and also the headquarters.

ikrpprppp Vitaly503 goncharovmike MikeMirzayanov

Please do the needful and let me know if I missed something.

Thank You!

  • Vote: I like it
  • +8
  • Vote: I do not like it

»
114 minutes ago, # |
  Vote: I like it +6 Vote: I do not like it

Advice: Maybe Codeforces should enable post-contest hacks? (And disable in-contest hacks, as many people suggested?)

  • »
    »
    3 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Also, why not enable post-contest hacks for Div.2 people along with that?