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 can not see checking for "order[i]>63". But in this code I see "int num[64] = {0}". What result of using num[68] for example?
Too small size of mem in calloc(sizeof(char), strlen(text) * 2 + 1);
You did not count space after every number. In "hard" strings like "zzzzzzzzzzzzzz" you may crush programm
And tecnical mistake: void *calloc(size_t nitems, size_t size) - Arguments are reversed
yes, logical error
in this code very hard to find it
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution