Hack limit

Правка en1, от georgerapeanu, 2017-03-29 21:15:52

Hi!

In Codeforces Round #407 (Div. 2) problem A,the worst case input was bigger than 256kb.

But there were some deque sources,and one particular source(http://codeforces.com/contest/789/submission/25911140) which instead of subtracting k,it subtracted 2k,and this was no longer TLE for the worst case that this limit allowed.

I think that for some problems the limit should be increased.What do you think about this situation?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский georgerapeanu 2017-03-30 06:33:46 83
en1 Английский georgerapeanu 2017-03-29 21:15:52 445 Initial revision (published)