Ad
  • Custom User Avatar

    In what language does it say that it should be 350?

    I only wrote the original Ruby, JavaScript, and CoffeeScript versions, all of which agree that it is 250. I've just looked at all of the implementations and they are saying 250 for [1, 5, 1, 3 4].

  • Custom User Avatar

    Can't finish kata, cause test case is wrong. It sais 15134 should be 350, but 100(1) + 50(5) + 100(1) + 0(3) + 0(4) = 250. Please fix it