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.
why is test 1 giving out 4
ok thx
Is it clear now?
the example shows this:
1 1 1 3 1 1100: 1000 (for three 1s) + 100 (for the other 1)
It's the same as the example with
1 1 1 3 1
, just with a5
instead of the3
, so 1100 + 50 = 1150. Why would it be 1100?This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution