shantol's blog

By shantol, history, 5 years ago, In English

These two codes are exactly same,,but I don't know why one code got accepted but another is getting TLE

The code got AC: https://mirror.codeforces.com/contest/1501/submission/109903610

The code, getting TLE: https://mirror.codeforces.com/contest/1501/submission/110064601

someone pls explain why?

Tags ac, tle, same, why
  • Vote: I like it
  • -2
  • Vote: I do not like it

| Write comment?
»
5 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

New test cases were probably added after the contest. Many of the AC solutions during the contest are getting TLE'd.