Why does this code give TLE in Python?

Revision en1, by okay4869, 2023-12-29 14:25:52

TLE CODE:

https://mirror.codeforces.com/contest/1886/submission/239483379

Accepted Code:

https://mirror.codeforces.com/contest/1886/submission/239483485

Is it because of

ans*=i;ans%md
ans=(ans*i)%md

? If So can anyone explain the reason why one gives TLE but other is fine?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English okay4869 2023-12-29 14:25:52 359 Initial revision (published)