finish
This commit is contained in:
parent
53528bc35e
commit
41118a002a
7 changed files with 61 additions and 10 deletions
2
matrix.c
2
matrix.c
|
|
@ -6,7 +6,7 @@
|
|||
#include <time.h>
|
||||
|
||||
int matrix(int n) {
|
||||
n = 1500;
|
||||
n = 1000;
|
||||
|
||||
int **a = malloc(n * sizeof(int *));
|
||||
int **b = malloc(n * sizeof(int *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue