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.
I've got the same issue, is that impossible then to resolve that problem ?
I could not understand how to fix that unsupported type problem.
This comment is hidden because it contains spoiler information about the solution
[]
is redundant (technically it depends on the current cell value, but for the purpose of this kata it is) but][
is not ;-)Invalidated due to being too slow.
"Unsupported type" means there's no built-in stringizer in Snowhouse for the type. Preferably, custom stringizers should be included in tests, but they can be in solutions as a workaround too.
https://www.codewars.com/kumite/5adc69f12f10c6a29c00001c?sel=5adc6c7102db61acf100003a
As you could have seen at the top of the page 194 guys passed the C++ kata.
Usually "unsupported type" happens when there is an error in the CWarrior's code.
You have to return
std::pair <long long, long long>
, no problem of spaces.