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

Автор johnchen902, 10 лет назад, По-английски

I wonder what happened behind the scene during "pending system testing". It always takes so long...

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

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

in my opinion, jury is appending hacks to the tests...

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

    Right, that definitely. And maybe other stuff like skipping obvious cheating submissions?

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

    Are the successful hacks really added to the tests? I did one during last match and it did not appear in final tests.

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

      As far as I know, it is jury's decision to add or not to add an specific hack. I think they add a hack if the hacked solution would got AC with the current tests. I remember Gerald saying that in some post.

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

      If they were all added, it could be automated and then there wouldn't really be any need for the long time that Pending system testing takes, right?

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

      I think almost successful hacking tests aren't added to the system tests, as there can be many successful hacks (for example, in Codeforces Round 263 (Div. 2), problem B had 1193 successful hacks, but the final tests had only 41 tests).

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

I think when coding phase was ended, there are still some submissions and hacks in queue. Pending system testing phase will evaluate them.

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

    That is really small amount of time compared to usual lasting time of "pending system testing" phase...