Ad
  • Custom User Avatar

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

  • Custom User Avatar

    Is this in the instructions? I read them twice and could not find any reference to duplicated values

    Using R

  • Custom User Avatar

    you're a savior

  • Custom User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

    First of all, the instructions for the R beta are still referencing som python cases. Second, I'm getting an error at the random tests, even though my answers work perfectly on all tests cases.

  • Custom User Avatar

    In R:
    The instructions say n has to be within (1,101) but the random tests provide an n=102 argument. Instructions should then state what's the desired output for values greater than 101

  • Custom User Avatar

    The sample tests asks that m=0, n=0 returns "INVALID", but the same test is later presented at the "Attempt" stage as a failed test, with the correct answer supposed to be equal to 0, which is a contradiction.

    Why is it required to have m=0, n=0 return "INVALID"?

    Is it an example of every m=n case?

    Is it a trivial case of empty quantities?

    Why is the test at the attemp stage expecting a zero then? Very confusing instructions.