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
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 anywayHas some slight problems, but, overall, LGTM.
Approved.
This comment is hidden because it contains spoiler information about the solution
resolved after the fork was approved
approved by someone
C++ translation (author is inactive).
Here is a Python translation for you.
C++ translation (author has been inactive for 10 years).
C++ solution setup should remove
using namespace std;
and should haveThis comment is hidden because it contains spoiler information about the solution
It's funny how so many C++ solutions are technically UB.
Loading more items...