Add replace between rows and strings, but this needs some work

This commit is contained in:
AZEN-SGG 2025-03-30 19:44:32 +03:00
parent f4c4a78fa0
commit a7803c4e26
15 changed files with 153 additions and 50 deletions

10
2025.04.04/14Ex/solve.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef SOLVE_H
#define SOLVE_H
typedef struct {
double val;
int i;
int j;
} max_t;
#endif