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

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

I just want to know why submission time is varying for submitting the same solution?

Example :

Solution A1 : Link — Submission Time — 31 ms

Solution A2 : Link — Submission Time — 15 ms

Both Solution-A1 and Solution-A2 are same. But still, both are taking different Submission time. Why?

Solution B1 : Link — Submission Time — 30 ms

Solution B2 : Link — Submission Time — 15 ms

Similarly, both Solution-B1 and Solution-B2 are same. But still, both are taking different Submission time.

May I know the reasons behind the different submission times?

Note: These both solutions are not mine, I am just wondering for the reason why these both same solutions are having a time difference.

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

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

Small variations of running time are something normal, due to the processors not having the same performance every time.