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

@ -1,6 +1,6 @@
#ifndef SOLVE_H
#define SOLVE_H
int t1_solve(double *a, int m, int n);
int t2_solve(double *a, int m, int n);
#endif