2nd_Sem_Bogachev/2025.04.04/14Ex/solve.h

10 lines
96 B
C

#ifndef SOLVE_H
#define SOLVE_H
typedef struct {
double val;
int i;
int j;
} max_t;
#endif