2nd_Sem_Bogachev/2025.04.04/01Ex/solve.h
2025-03-30 16:28:50 +03:00

6 lines
73 B
C

#ifndef SOLVE_H
#define SOLVE_H
int t1_solve(double *a, int n);
#endif