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

Автор foundnt_Alice, история, 7 недель назад, По-английски

The title says its all!

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

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

No annoying Cloudflare checks + smaller queues :)

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

    The judge should have extremely powerful hardware to handle that

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

    Agreed!
    Sadly they're largely incompatible — the Cloudfare checks prevent bot swarming, if not for the checks, the queues would be larger (especially during contests)

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

Stress testing

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

Feature to see failing rest cases in practice as on atcoder or cses

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

    You could take cue from Errichto's video on stress testing, given that you can find AC codes without hassle, you'd just need to write a generator to find failing cases

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

      Thanks for help

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

      Is there a way to find failing test cases during contents

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

        Watch the video — if you can cook up a brute-force solution that works, it should be possible. Do note that it would be a time-taking endeavour and may not be worth it in a contest setting

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

          But if we consider the 5 hours contest, then it is already worth it. Moreover, if you had written it normally, you could use it for all problems.

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

            I mean with small changes

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

            Agreed. There's always a trade-off though, and I didn't want to just hand it over as candy to someone starting off as it can be counterproductive as well.

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

      stress testing is definitely a good skill. But it would still be nice to have the failing test, sometimes I'm to lazy to stress test. Even though the failing test often is big, you can still run your code on it with tons of asserts, or in debug. Basically i just want to find the bug with minimal effort and move on

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

Something that tell you don't be sad after getting WA.