Ad
  • Custom User Avatar

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

  • Custom User Avatar

    I have the same issue, But i use java, My methods solve all my test case except a one where need to return -3 but mt function return nothing.

  • Custom User Avatar

    Test Results:
    OutlierTest
    test
    expected:<-3> but was:<2>
    Stack Trace
    Completed in 8ms
    Completed in 19ms

    I can solve a one issues if even i put hte chekker to that my solution return nothing, but all another tests is accepted. Language Java 11. How can present my code for check where i do wrong?