Ad
  • Custom User Avatar

    You have to input your own test cases in the bottom. This worked for me (python):

    Test.assert_equals(solution(10), 23)
    Test.assert_equals(solution(11), 33)