atrista's blog

By atrista, 11 years ago, In English

3649143

What is the meaning of this kind of verdict?

Problem: http://www.codeforces.com/problemset/problem/33/D

And if you suggest to submit me later, I have to change a bit of the code at least or Codeforces system won't judge that submission. Please be kind to fix this problem.

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

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

This is an internal error, please inform MikeMirzayanov about this error

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

If you browse until the end of the submission report, you read:

31 Time: 0 ms, memory: 0 KB Verdict: CRASHED Input Output Answer Checker comment

So it seems the denial of judgement is caused by this crash. I have no idea where does the crash come from.

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

Fixed

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

Same problem here

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

Plz see http://codeforces.com/contest/707/problem/D problem. It is causing repeated denial of judgement even on accepted solutions.

»
7 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

http://codeforces.com/contest/614/problem/A Same problem. @mikemirzayanov pls help

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

    It means that the problem has a problem with the checker.

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

Problem here 36313298

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

Seems like that the checkers haven't consider some consequence?

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

http://codeforces.com/contest/339/submission/38480152 pls. help having the same problem here..

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

Facing same problem here.

»
4 years ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

MikeMirzayanov there is same error in this 67300630 can you fix it

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

I have the same error in this problem here

pls can you fix it ? MikeMirzayanov

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

I had the same problem but when I removed the ios_base::sync_with_stdio(false); and cin.tie(NULL); it worked. I don't know but maybe it was just some bug.

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

Same Error for 120317515. MikeMirzayanov

»
21 month(s) ago, # |
  Vote: I like it +8 Vote: I do not like it

Another denial of judgement in this problem 1656G - Cycle Palindrome. My submission 162976588.MikeMirzayanov

  • »
    »
    21 month(s) ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yes, as we can see there seems to be a problem with the testcase generator for this task, it crashes, so judgment fails every time. I'm having the same problem. I'll tag the author FelixMP.

    BTW thank you for pointing out that this task exists, solving it was quite enjoyable for me.