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

Автор aid, история, 7 лет назад, По-английски

I encountered strange bug when I tried to solve hard problem from TCO 2017 Semifinal 1(statement). My solution kept getting TL. I spent a lot of time debugging and realised that this TL doesn't depend on my solution. Actually, this simple code which only works on sample cases also gets TL. Why? hmehta, misof please help.

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

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

I've encountered the same issue in this problem today. I'm almost sure that it's because the input size is too big in this problem (topcoder limit is around 20,000 characters) and then it's UB in Topcoder. I guess there is nothing they can do about it now.

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

aid, checking on that! Will revert asap!