Ad
  • Custom User Avatar

    Should have more and random tests (eg. with incorrect links).

  • Custom User Avatar

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

  • Custom User Avatar

    Test cases are wrongly written. According to description result shoud be rounded to 4 decimal places but tests don't do this.

  • Custom User Avatar

    In description, function should return "Error 404" when given parameter is not an integer but in code, it's written that function should return "Invalid Value".