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.
Trying to access the next character with &c might give you a bad memory address because it's getting the address of the reference variable c and not necessarily the next character in the string.
This comment is hidden because it contains spoiler information about the solution
You are right. I probably thought that one of the variables could have been 0, but the description mentions that the given numbers are in the range from 1 to 10.
Its great math but a bad 8 kyu question. In my opinion 8 kyu questions should be aimed to 10 year old kids with a Programming book at hand.
This gives the line "she made a mistake" a whole other meaning. Good Job.
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