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

Автор marttians, история, 4 года назад, По-английски

I passed the pretest but got fst with the pretest again 148588961 and got ac with the exactly that code in practice mode 148606321. Those codes are exactly same. Please, MikeMirzayanov can you rejudge the submission. Thanks.

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

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

bad luck bro :v

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

tamthegod after the system test :

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

Did anyone face with this trouble before ? This is kinda weird :v

  • »
    »
    4 года назад, скрыть # ^ |
     
    Проголосовать: нравится +11 Проголосовать: не нравится

    This happened several times already actually (fortunately, not with me). And it's not weird, as you can see his accepted submission ran in 1902ms, pretty close to the 2s TL. Anyway hope that his submission will be rejudged.

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

What is the time complexity of your solution? I think the upper bound of your solution is O(n*log(n)*log(c)) and because of that, it is on the border of the time limit.

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

I've had similar experiences with you twice

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

I experienced something weird today. My code got FST (Pretest 13 and 27) twice in the System test today and, in the end, got accepted in the System test itself!