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?
PyPy slower than Python
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?