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 actually didn't understood what I had to do until I read this. Thank you.
Yup it's a nice enough task but those instructions could be clearer. Thanks for your post though, I thought I was being a bit slow.
The instructions are bordering on gibberish.
It could be:
"Create a function nbDig(int n, int d) which counts the number of occurences of the digit 'd' in the sequence of square numbers from 1 to n."
Oh, so it was simply a matter of switching the names.
Thank you.
I tried your solution and got this error:
This comment is hidden because it contains spoiler information about the solution