Second task is done
This commit is contained in:
parent
d44cc8aeb9
commit
f9c0bee59c
4 changed files with 19 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue