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.
Your solution uses floating point values, which become inaccurate for very high numbers. You need to avoid floats, and always use ints.
Having added the tag to your comment, it now cannot be seen by anyone that has not solved the kata in that language. So, you do not need to do anything else.
Please do not post code without a spoiler tag (I just added to your comment).