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
There seems to be some sort of rounding issue. On the large numbers, my solution is failing, but I don't think it is actually an error. For example with "maxBeets 703601 6
shouldBe
20627617097" but my program is spitting out max crops = to 58634 which gives a total of 20627617102 beets. I have hand calculated this with several calculators and I get this value those ways as well. Is it possible there is something wrong with the verification, or am I doing something wrong?