TLE CODE:
https://codeforces.net/contest/1886/submission/239483379
Accepted Code:
https://codeforces.net/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?