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.
Not StackOverflowException, just OverflowException ;)
Tests have evolved since
how did you passsed test?
This solution does not work anymore as there is an overflow. BigInteger should probably be used.
Maybe the associated tests were updated in the meanwhile.
How this code pass the test??? my first attemp with something similar failed 3 of the test... maybe the test where updated since this???
That was my fist try it did not pass BigInts and Null value :(
I was using C#
I managed to submit my solution.
My confusions comes from the following :
Thanks for your help, and I hope this explanation will help someone else.
In fact i've already tried submiting at different times and days but I still got the same error message.
I'm always getting "Unknown error" (see https://dl.dropboxusercontent.com/u/16996616/unknowError.PNG ), what should I do ?