alumkal's blog

By alumkal, history, 8 months ago, In English

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?

Full text and comments »

  • Vote: I like it
  • +11
  • Vote: I do not like it

By alumkal, history, 21 month(s) ago, In English

Problem link: 1997E - Level Up

Code (with comments): 273796200

Hint 1
Hint 2
Hint 3
Hint 4
Solution

Full text and comments »

  • Vote: I like it
  • +67
  • Vote: I do not like it