Ad
  • Custom User Avatar

    Oh... I see... Yes I was. Sorry!

  • Custom User Avatar

    Maybe there is something that I did not understand, but the random cases seem to be wrong in python... The triplets are never scored:
    [3, 3, 6, 3, 5] => 350 should equal 50
    [2, 2, 6, 6, 6] => 600 should equal 0
    [3, 4, 4, 4, 2] => 400 should equal 0
    etc.

    I pass the tests when there is no triplet though