This commit is contained in:
PanSi21 2025-01-05 19:11:48 +01:00
parent 53528bc35e
commit 41118a002a
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
7 changed files with 61 additions and 10 deletions

View file

@ -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 *));