Major runtime difference between pretests and system tests

Revision en1, by skittles1412, 2020-10-24 22:05:21

Today when I was looking at my in contest submissions, I noticed that my D submission passed system tests in 639 ms. However, I remembered that it passed pretests in 872 ms 96579469. I checked my terminal history (I use cf tool for submitting) and it turns out my memory was correct.

I then decided to try and resubmit my in contest submission that had TLE'd 96576806. To my surprise, it AC'd with 842 ms 96606564!

Now, 200 ms difference and AC vs TLE is quite large. Is there a reason behind this, and could this be related to the queue at the beginning of the contest?

Tags bug

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English skittles1412 2020-10-24 22:05:21 815 Initial revision (published)