Add replace between rows and strings, but this needs some work
This commit is contained in:
parent
f4c4a78fa0
commit
a7803c4e26
15 changed files with 153 additions and 50 deletions
10
2025.04.04/14Ex/solve.h
Normal file
10
2025.04.04/14Ex/solve.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
typedef struct {
|
||||
double val;
|
||||
int i;
|
||||
int j;
|
||||
} max_t;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue