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

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

The title says its all!

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

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

No annoying Cloudflare checks + smaller queues :)

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

    The judge should have extremely powerful hardware to handle that

  • »
    »
    3 месяца назад, # ^ |
      Проголосовать: нравится +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)

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

Stress testing

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

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

  • »
    »
    3 месяца назад, # ^ |
      Проголосовать: нравится +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

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

      Thanks for help

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

      Is there a way to find failing test cases during contents

      • »
        »
        »
        »
        3 месяца назад, # ^ |
          Проголосовать: нравится 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

        • »
          »
          »
          »
          »
          3 месяца назад, # ^ |
            Проголосовать: нравится +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.

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

            I mean with small changes

          • »
            »
            »
            »
            »
            »
            3 месяца назад, # ^ |
              Проголосовать: нравится 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.

    • »
      »
      »
      3 месяца назад, # ^ |
      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

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

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