2nd_Sem_Bogachev/2025.03.07/1Ex/solve.h
2025-03-02 18:10:27 +03:00

6 lines
73 B
C

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