Блог пользователя guguli

Автор guguli, 11 лет назад, По-английски

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.com/contest/87/submission/2823833

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
11 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

This verdict means that something went wrong with judge

»
11 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

So, is anything going to be changed if I change my solution?

»
11 лет назад, # |
  Проголосовать: нравится -14 Проголосовать: не нравится

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

»
11 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I dont do that but in that case we should see run time error , the judge in this error even dont read the input

»
11 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

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.