Блог пользователя kritarth21

Автор kritarth21, история, 2 года назад, По-английски

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,

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

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

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

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

    • »
      »
      »
      2 года назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

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

    • »
      »
      »
      2 года назад, # ^ |
        Проголосовать: нравится +8 Проголосовать: не нравится

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

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    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