PyPy slower than Python

Revision en1, by alumkal, 2025-08-29 05:11:41

My Python code got a TLE (335955836) in 2135A - Against the Difference. However, when I switched from PyPy3-64 to Python 3, the code passed the tests (336071570), far within the time limit.

Are there any known caveats of using PyPy3 on codeforces?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English alumkal 2025-08-29 05:11:41 284 Initial revision (published)