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

Автор StarSilk, история, 9 месяцев назад, По-английски

My code of problem H that passed the pretest got TLE on test 1. Is there something wrong with the judge? Why it can pass the sample within the contest but failed in system test. There is no randomization in my code.

https://codeforces.me/contest/2178/submission/355404092

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

»
9 месяцев назад, скрыть # |
 
Проголосовать: нравится +16 Проголосовать: не нравится

355419853

355419912

I think you should ping some admin for rejudge.

»
9 месяцев назад, скрыть # |
 
Проголосовать: нравится -46 Проголосовать: не нравится

Hi, I tested your code submission locally with the test sample of the first testcase, and it appears it takes 12 seconds to output the result. So I don't really think it is a problem from codeforces's judges. Anyways, good job man for this incredible result !

»
9 месяцев назад, скрыть # |
 
Проголосовать: нравится +13 Проголосовать: не нравится

It’s been rejudged!

»
9 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится +24 Проголосовать: не нравится

There should be some clarification of some general threshold where x% of the same submission has to be accepted before rejudging. I think there is some balance between “something wrong/slow with systems” vs “solution works most of the time” (which if FST should be final).