Ad
  • Default User Avatar

    In Python...
    What I get in the console is the following:
    Errors: 1
    STDERR:
    Process was terminated. It took longer than 12000ms to complete
    Why did my code time out? [...]

    There's no further output. Also if I insert some print statements, nothing is written on the console if the process times out.

  • Default User Avatar

    How can I see how many tests I passed? I only get the message that the process was terminated... (I have the feeling I'm missing something obvious :-))
    thanks !

  • Default User Avatar

    My code is too slow. The sample tests complete in about 300ms. Is it meaningful to try to optimize the code, or should I rethink my solution completely ?