Different time and space for same submission

I have observed that if I submit the same code multiple time for a problem, the time and space required changes slightly . (around 0.5s and 0.1M size for python)

I know this cannot cause TLE but still I am curious why this happens?

1 Like

This might be caused by internal LRU Cache generated by the server.

2 Likes