Task 4 is done

This commit is contained in:
AZEN-SGG 2025-03-26 16:38:15 +03:00
parent 335d164b10
commit e51e905322
15 changed files with 444 additions and 0 deletions

View file

@ -146,7 +146,9 @@ int main(int argc, char *argv[])
free(a);
free(x_0);
free(b);
free(x);
free(r);
return 0;
}