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

NaZaR.IO's blog

By NaZaR.IO, history, 18 months ago, translation, In English

If anyone wants to try their hand at writing One Line solutions to problems, join: CPython

P.S. Registration via Gmail/Github only.

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

»
18 months ago, # |
  Vote: I like it +8 Vote: I do not like it

Wtf is going on with the judge? I had a single submission get Judge failed, then AC, then runtime error test 1. Two other submissions runtime error test 1 while working fine on the python version listed when I run it locally or on online IDEs, and I have a very similar submission ACing on an earlier problem.

  • »
    »
    18 months ago, # ^ |
    Rev. 2   Vote: I like it +9 Vote: I do not like it

    To disable the use of exec function, I did some trick that caused an error. I think I fixed the bug.

    • »
      »
      »
      18 months ago, # ^ |
        Vote: I like it +9 Vote: I do not like it

      Yeah seems fixed now, thanks!