Ad
  • Custom User Avatar

    The simplest test case your solution is failing is

    test.assert_equals(add_all([1,1,1]), 5)
    
  • Custom User Avatar

    Hard to give hints without spoilers.. Make sure you are actually considering the cost of each addition.

  • Custom User Avatar

    My sollution can't pass random test. And in the all cases my cost < solution cost. However, all the basic tests and more than half of the random tests are passed correctly. Can I somehow see the conditions of random tests? Or how i can debug my solution?