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.
This is an internal error, please inform MikeMirzayanov about this error
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.
Fixed
Thanks from heart. :D
I have the same problem
Facing same problem here
Facing the same problem here: 100298B.
I had the same problem. Here are the submissions: first and second.
Still facing the problem
Can you help me with the same problem? 32090486
Same problem here
All of my submissions are getting denied :C
Plz see http://codeforces.com/contest/707/problem/D problem. It is causing repeated denial of judgement even on accepted solutions.
http://codeforces.com/contest/614/problem/A Same problem. @mikemirzayanov pls help
MikeMirzayanov I have denial of judgement in this problem B. Unlucky Ticket
Same problem here MikeMirzayanov http://codeforces.com/contest/159/submission/35904223
It means that the problem has a problem with the checker.
Problem here 36313298
Seems like that the checkers haven't consider some consequence?
here:
http://codeforces.com/gym/100285/submission/32150405
this problem I got AC on ural 1999 :
http://acm.timus.ru/status.aspx?space=1&num=1999&author=208977
but WA on test 17 on this oj, please rejudge others denial of judgement of this problem
http://codeforces.com/gym/100285/standings
update: test 17 is n==1 test case (and checker is incorrect)
because for n==1 &&st[0]==0 any automation with none terminate node is correct....
http://codeforces.com/contest/705/submission/36399615 same problem here any one could help
http://codeforces.com/contest/339/submission/38480152 pls. help having the same problem here..
Facing same problem here.
MikeMirzayanov there is same error in this 67300630 can you fix it
I have the same error in this problem here
pls can you fix it ? MikeMirzayanov
I have the same error ,too. https://codeforces.com/contest/1207/submission/71851230
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.
Now in this problem https://codeforces.com/contest/1324/problem/B MikeMirzayanov
Same Error for 120317515. MikeMirzayanov
MikeMirzayanov Another Denial error https://codeforces.com/contest/1312/submission/147028003
Another denial of judgement in this problem 1656G - Cycle Palindrome. My submission 162976588.MikeMirzayanov
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.
Thank you. It should be fixed now.
Yes, thanks once again for this great problem
don't know