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.
That's probably it, thanks! I probably changed it on my first try and when I came back months later, I had forgotten about it.
"For example, in the case of "1341", they are 1, 1, 3, 13, 41, 341, 1341, a total of 7 numbers."
for the exact same test case, the result is somehow supposed to be 6
Test.assertDeepEquals(solve("1341"),6);
This comment is hidden because it contains spoiler information about the solution
love this!
This comment is hidden because it contains spoiler information about the solution