Ad
  • Custom User Avatar

    No response.

  • Custom User Avatar

    It seems you're mutating the input and that generates the wrong expected answer. Modify your code to not mutate the input and try again.

  • Custom User Avatar

    Please check the code testing, I had an entry: [97, 75] and I received this error:
    "Expected: '[97,97], instead got: '[75,97]' "
    , my code's output should be accepted.