Ad
  • Custom User Avatar

    That literally say "NULL or {-1, -1, -1}".

    So why i need to return not null tab ?

    Wtf bro.

  • Custom User Avatar

    (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

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    "between 1 and 50." but fixedTests() and randomTests() also include zero in c;