almosh's blog

By almosh, history, 23 months ago, translation, In English

why RE here? https://codeforces.com/contest/1691/submission/159252467

On my IDE it works fine, I don't know how to reproduce the problem.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
23 months ago, # |
  Vote: I like it 0 Vote: I do not like it

You can run your code in custom invocation. That will give you the error message:

Traceback (most recent call last):
  File "program.pypys3-64", line 6, in <module>
    input_file = open('input.txt', 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Runtime error: exit code is 1