Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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].
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