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.
@Chrono79: thanks!
@S4ule, not, literally it says:
your read it as:
The comma is there to separate both cases.
Means that generally you return NULL but {-1, -1, -1} for C language. Yes a bit too terse.
BTW you could have seen in "Sample Tests" this test:
which illustrates the case where "v1 >= v2".
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
look at it this way:
"it works perfectly for all test cases [that happen to be the paritcular ones] on another compiler"
consider which tests appear here that are missing on this other compiler
it says it doesnt work but on another compiler it works perfectly for all test cases.
Fixed.
Fixed.
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;