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.
Nicely succinct. Comments are always great for BF code.
This comment is hidden because it contains spoiler information about the solution
Thanks for your feedback. I'm not sure I understand the concern over
using namespace std;
, but I'll spend some time on the doc you linked and do some experimentation. For now I've unpublished the translation.You are right about the floats and
Equals
. I missed that detail. It'll be corrected before I republish. I'll take a look at your earlier note regarding the error messages when I have time later. Thanks!C++ translation ready. Please review.
This comment is hidden because it contains spoiler information about the solution