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.
That literally say "NULL or {-1, -1, -1}".
So why i need to return not null tab ?
Wtf bro.
(c)
If v1 >= v2 then return NULL, or {-1, -1, -1} for C.
The test part fail if i return NULL.
if (v1 >= v2)
return (NULL);
don't work
This comment is hidden because it contains spoiler information about the solution
"between 1 and 50." but fixedTests() and randomTests() also include zero in c;