Ad
  • Custom User Avatar

    boundaryDistance should greater than to distanceToPlayer

    The reference solution expect no errors for boundaryDistance = distanceToPlayer, which contradicts what is specified in the description.

    This is also almost never tested either. There are only 10 random tests (which is too few btw), and no edge case fixed tests to catch this specifically.