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.
У меня тоже самое, тесты проходят, но при попытке отправить, получаю сообщение о упавшем тесте.
no answer, closing
the input is an array of pointers to
const char
. it is not an array ofconst
pointers, so you can modify it. the function returnsvoid
because you are supposed to mutate the array in-place instead of returning a brand new arrayFor C: why argyment is const and need to be modified? But function returs void?
How to show the sollution ?
We don't know, we can't see your solution.
So what do I have wrong in my sollution ?
It passes test but failed attemp.
I could not understand what is wrong in my solution?
Can smbd help me? I even unblock the solutions by other to compare.
#SQL
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Briliant =)