Блог пользователя rangwani_harsh

Автор rangwani_harsh, история, 8 лет назад, По-английски

After trying to do a few submissions using PyPy compiler I found that my same solution with Python as compiler did get accepted as Right Answers which initially gave TLE as verdict.Please fix this

  • Проголосовать: нравится
  • -16
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

There are issues with IO. See e.g. this post

And nobody here guarantees that pypy must be faster than python or even that there exists a pypy/python solution that will pass.