Swapping loops makes code performance better!!

Правка en3, от Xahandd, 2017-08-05 16:36:35

Recently i was trying to solve a problem ( Little Pony and Harmony Chest) and i encountered a weird thing.

At first i tried to solve it and i got TLE and then after some debugging(that came to no conclusion) i just tried to tinker with the code to see what happens and so i swapped two of my loop and MAGICALY the code got AC.

Has anyone encountered something like this before? and can anyone explain to me why?

these are the codes (you can compare them to see what is their difference):

AC

TLE

Теги syntax

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский Xahandd 2017-08-05 16:36:35 17
en2 Английский Xahandd 2017-08-05 16:33:57 23 Tiny change: 'thing.\n\nThe problem was that at first i ' -> 'thing.\n\nAt first i '
en1 Английский Xahandd 2017-08-05 16:33:32 739 Initial revision (published)