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.
There seems to be a problem with the solution that you've pasted in. The second for loop has been mangled.
This comment is hidden because it contains spoiler information about the solution
I am having same problem with my could not find the problem in code that says 'Test Failed: should be 300). Please review my code
OK, I looked at your solution.
Your problem is that you are requiring exactly three of a number when you add the number * 100. There might be more than three of the same number in the testcase... For example, these dice [4, 4, 4, 4, 4] should score 400, but you would say 0.
If you post the solution here and mark it as a spoiler, then I should be able to look at it and see if there's a problem with the Kata.