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.
This comment is hidden because it contains spoiler information about the solution
Not even sure what's wrong with refsol without seeing the code, but it seems to "take" bonus points value from one row above the correct one for some level/score combinations.
Factor version expects negative answers for some
n
, too (had to changerem
as last word tomod
to pass). + description needs[1,b]
->[1..b]
update for 0.99+.Ugh, I have no idea why I threw that extra "end < mt.size()" check into the else if, overthinking + brain fart. It doesn't come into play, and also wrong, so uh, ignore this, there's cleaned up variant somewhere nearby :D