Ad
  • Custom User Avatar

    In which programming language? And where exactly?
    Copy-paste of the test output makes it easier to see what is going on too.

    Glancing over the test cases for all the programming languages, I see no errors as you describe. So more information is definitely required.

  • Custom User Avatar

    Code asks to find high and low but says '1 -1' should equal '-1 -1'. Shouldn't '1 -1' equal '1 -1' since 1 is the higher of the two numbers and -1 is the lower of the two numbers?