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
In Python I get the error.
261998765738225392543588155392 should equal 261998765738225395043321056933
So for small numbers is works pretty good. How can I handle bit int in python?
I have the same issue. Did you figured out what was wrong?
This comment is hidden because it contains spoiler information about the solution
Thank you. I checked it. For the number 50 my code needs 349 rounds in the loop and for no. 100 is 723 rounds. Pretty sure, i can make it better. But just to check no. 100 it is one round.
This comment is hidden because it contains spoiler information about the solution
Thank you for the fast respond. Now I also works fine vor me.
For my understanding the list of minor words must contain the exact word. So if the list of exeptions contain the word "there", the word "the" is not an expection, isn't?. If so, then somebody please check test case 6.
Maybe it is just a problem in python.
Is there a mistake in the test? If I calculate the 74 year with span of 10 years, I got 4005, even if I do it with my own hands.