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.
holy how long can it be
Never answered, closing.
Approved, thanks
Go translation awaiting approval.
If that test is one of the Edge cases in C++, then it's a problem with your code, because the input doesn't contain
'atsa'
. Print the input and check what it is.Also, when reporting an issue, state the language you're having the problem with.
Expected: equal to ya
Actual: atsa
Why I cannot pass this test?
"ya" is 25 + 1 = 26
"atsa" is 1 + 20 + 19 +1 = 41
please, help me)