Why is execution time for my problem the same no matter the solution?
Разница между en2 и en3, 50 символ(ов) изменены
Just started using Codeforces. Wrote solution for this problem: [](https://codeforces.com/problemset/problem/231/A(231A Team)https://codeforces.com/problemset/problem/231/A It gave me execution time 218ms in Python 3. I was curious how others made it 46ms when my solution is not that much different. So, to test I copied and pasted the best solution written in Python3 and I still got 218ms when they got 46ms.↵
Why is this happening? Is this difference in execution time (in)significant? Thank you.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский flying_monkey 2019-03-22 00:40:19 50
en2 Английский flying_monkey 2019-03-22 00:39:39 9 Tiny change: 'problem: [Team 231A](https://' -> 'problem: [](https://'
en1 Английский flying_monkey 2019-03-22 00:39:07 568 Initial revision (published)