Ad
  • Default User Avatar

    Isn't it possible to remove an accidentally submitted solution?

  • Default User Avatar

    I bet you don't like Python.

  • Default User Avatar

    Usually, when a test fails, the log tells you "why" it failed (it is descriptive enough, usually meaning in general that for certain inputs a given result is expected).

    You must understand the requirements.
    If you understand the requirements, then you can add your own tests (it is highly encouraged to do so).
    If you cannot add more tests, then probably you didn't understand the requirements at all.

    If you fully understand the requirements, then you will be able to write a function that passes all tests (as long as these are correctly written).

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution