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.
Approved
Done.
All good to go, just
#include <string>
in both the sample and submission tests per the guidelines. Although<fmt/core.h>
definitely includes<string>
, ignore these transitive relations and explicitly list everything you need anywayApproved
Done.
long long
would have probably been a better idea.Will do both in a moment.
Excellent stylistically and pretty much approve worthy, but I have two questions:
long
orlong long
get the input domain a bit closer to some of the other translations?Bloated premise imo.
This comment is hidden because it contains spoiler information about the solution
Approved (though can't mark the suggestion as resolved)
Approved.
C++ Translation
Was already approved by someone
To anyone experiencing this,
console.log
your values instead and you'll probably figure out the quirk that's causing the comparison to failApproved
Loading more items...