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.
thanks, my mistake
5 * 5 * 5 = 125
and1^3+2^3+3^3+4^3 = 100
so, the expected result is ok, the tests are consistent.How come in the description this function is expected to return 100 when passed (0,4):
... but when tested to return 225 (only 5^3) when passed (0,5)?
I'm either getting it wrong or the task is inconsistent with the test :) Thanks!