Please read the new rule regarding the restriction on the use of AI tools. ×

Which compiler is better, PyPy 3 or Python 3 ? Codeforces say PyPy 3 runs faster mostly but here it is different case

Revision en1, by darsh065, 2019-11-30 17:46:05

I was solving a problem Secret Passwords from Round 603. When I submitted the solution 66044015 to the PyPy 3 compiler, it got TLE on test case 4 but the same solution 66043555 passes in Python 3. So why does PyPy 3 solution got TLE ?? Can anyone help me with this ?

Tags #python3, #pypy3

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English darsh065 2020-09-13 19:49:56 3
en1 English darsh065 2019-11-30 17:46:05 460 Initial revision (published)