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.
because "1 2 4 11" -> 121 + 16 + 4 + 1 = 142 and "1 2 3 7 9" -> 81 + 49 + 9 + 4 + 1 = 144
Hehm, well, i guess i could just set i = 1 rather than chacking if(i>0) in every iteration...
This comment is hidden because it contains spoiler information about the solution