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.
That sould be 7 at best, too easy for lv6.
Too easy to be a 5, this should be 7 at best.
this should be a kata 7 at best, too ez.
std::string already keeps track of its length, that would make sense only for C-Style string.
But thanks anyway.
what is that int input in c++ version for?
This should be KATA 8, too ez;
This comment is hidden because it contains spoiler information about the solution
Too ez for a 5k KATA, should be ranked as 7.
This comment is hidden because it contains spoiler information about the solution
My code is running perfectly on my IDE using g++, but fails for the same cases here. No clue whats going on...
I believe there is a typo in cpp test file
EXPECTS TRUE
a = {11, 19, 19, 19, 121, 144, 144, 161};
b = {121, 361, 361, 362, 14641, 20736, 20736, 25921};
ACTYALLY FALSE
I think the 362 should be 361 instead, then it'd be true.
Please check, ty.