Hi , I was trying to solve problem 87D.beautiful roads but face to deniel of judgement and dont know why because the test is correcty passed on my pc, now is there anyone who know why? Is it related to system server ? http://codeforces.net/contest/87/submission/2823833
This verdict means that something went wrong with judge
So, is anything going to be changed if I change my solution?
Maybe You've Done Unusaual Thing Like Divide to zero (x / 0) or call a minus index in your array like : a[-1] & get Crash error
I dont do that but in that case we should see run time error , the judge in this error even dont read the input
Fixed. It is because of upgrade of MinGW G++ compiler. The modern compiler can't compile test generators in some problems because of issue in the previous version of the testlib.
it is not fixed yet!!
I think there are some problems which haven't been fixed so far,like "105D — Entertaining Geodetics".
Done. Thank you.
thanks for fixing it.