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.
Oh, I found this image. They changed domain to postimg.cc.
So, here is link: https://postimg.cc/image/rbgnncxkb/
The example image (http://s33.postimg.org/nf3brdckv/111.png) is not exists – 404 error.
You right. The problem is in solution :) Thanks!
I have a problem with test "0000001" and "3". The message is
But I rechecked and my program returns exactly "3" string. I even compared it using strcmp and got (int) 0 as result.
I'm training C version of this kata.
strcmp(multiply("0000001", "3"), "3") == 0
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution