Task 3 is done

This commit is contained in:
AZEN-SGG 2025-05-18 21:54:59 +03:00
parent 8f1d1cccff
commit 34f67b3187
3 changed files with 18 additions and 6 deletions

View file

@ -49,7 +49,7 @@ int main (int argc, char *argv[])
} while (0);
print_list(head, p);
t = clock();
res = t3_solve(head);
t = (clock() - t) / CLOCKS_PER_SEC;