Second task is done

This commit is contained in:
AZEN-SGG 2025-03-16 18:31:45 +03:00
parent d44cc8aeb9
commit f9c0bee59c
4 changed files with 19 additions and 10 deletions

View file

@ -59,7 +59,7 @@ int main(int argc, char *argv[])
t = (clock() - t) / CLOCKS_PER_SEC;
printf("New matrix:\n");
print_matrix(a, m, n - 1, p);
print_matrix(a, m - 1, n - 1, p);
printf ("%s : Task = %d Result = %d Elapsed = %.2f\n", argv[0], task, res, t);
free(a);