..OvO..'s blog

By ..OvO.., history, 4 years ago, In English

Can somebody please tell me what is the verdict 'skipped' means?

  • Vote: I like it
  • +9
  • Vote: I do not like it

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

Plagiarism

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If two different people submit near identical code, the system should recognize this and skip testing of the solution.

»
4 years ago, # |
  Vote: I like it +6 Vote: I do not like it

There are two cases in which your solution gets skipped.

1)if your first submitted solution passed pretest but you resubmitted solution to that problem again in that case your previous pretest passed solution will be skipped.

2)If two submitted code is almost same then who submitted it later that person's code will be skipped.