Why is execution time for my problem the same no matter the solution?
Difference between en2 and en3, changed 50 character(s)
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.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English flying_monkey 2019-03-22 00:40:19 50
en2 English flying_monkey 2019-03-22 00:39:39 9 Tiny change: 'problem: [Team 231A](https://' -> 'problem: [](https://'
en1 English flying_monkey 2019-03-22 00:39:07 568 Initial revision (published)