kritarth21's blog

By kritarth21, history, 2 years ago, In English

Hey MikeMirzayanov , We want a feature for downloading test cases, It will be very helpful for users like me, Like this soln, which is failing for the 515th test case https://codeforces.com/contest/1672/submission/154769894, this one failing on https://codeforces.com/contest/1644/submission/154275545 62 test case, I have already thought a lot, but not able to find a test case, which may fail my solution, So with this feature, you will allow coders like me, to debug my solution faster, and increase the ability to code tougher problems

Also,I am a software developer,and I can help the codeforces team to code this feature for free,

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

| Write comment?
»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

This is not a debugging problem, your algorithms are just wrong.

I recommend proving your solutions are correct before starting to code.

  • »
    »
    2 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Actually ,after reading editorial,I know which is right algorithm,but still unable to figure out why my soln is wrong

    • »
      »
      »
      2 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      It's also a bad practice in general to watch testcases. Learn how to stress test?

    • »
      »
      »
      2 years ago, # ^ |
        Vote: I like it +8 Vote: I do not like it

      Just go watch Errichto's video on stress-testing and try that before requesting Mike.

  • »
    »
    2 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    It might be true that the OP’s algorithm is wrong in this case, but it’d still be nice to be able to download the case that you fail on, so I still think this is a very legitimate request. It’s very weird that there’s a cap on the amount of input you can see and no way to expand it. If it’s a problem privacy thing, we shouldn’t see any of it, and if it’s not, there should be some “expand” button to be able to see the part of the input after the ellipsis, imo