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.
Thanks for your effort :)
This version in C++ was recently approved and I checked authorĀ“s translation is inactive. I'll ask for an user that manages well with this language. Sorry for that.
Hi!
Problem with C++.
Test is OK, but when attempting it throws:
In file included from main.cpp:7:
./tests.cpp:22:40: error: use of undeclared identifier 'h'
for (; lowest < 10; lowest++) r += h(n - lowest, digits - 1, lowest);
1 error generated.