AHMADUL's blog

By AHMADUL, history, 3 years ago, In English

In which situations the verdict column shows "skipped" status? The term is quite unfamiliar to me.So,could anyone please help me.

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

My understanding is that whenever almost identical solutions are submitted by multiple users, automatic plagiarism detector marks them as 'skipped' and they are not rated. Here's a recent example: https://codeforces.com/blog/entry/89771?#comment-782418

»
3 years ago, # |
  Vote: I like it +13 Vote: I do not like it
  1. If you submit a solution during the contest but later submit another solution during the same contest (and both solutions pass the pretests), the first submission won't be judged (it is "skipped") because the only one that counts is the last one.

  2. If you copy someone else's solution and the plagiarism detector catches it, the solution that was submitted later won't be judged.

In both cases, the value "skipped" is shown in the verdict column.

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

    I think the first is not correct for Div. 3 at least. My first solution was judged and considered, not the last one.

    I don't know how can I show that but it was this contest. And I'm talking about problem E.

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

      I don't know anything about how Div 3 works, but here is an example. I resubmitted E because of the 1996 ms on pretests and the first one is marked "skipped". Here's another.

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

      Div 3 doesn't have system test so there is no "Skipped" for it

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

        I think there is something after the hacking phase.