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.
Yes.
Since
Get_Sum
is called after the solution, the random tests can still be bypassed with an overloaded solution changing its arguments by reference, but for a 7 kyu with a sufficient number of fixed tests it's probably OK.stdio.h
should be included forprintf
.The random tests should initialize RNG with
srand
.