2nd_Sem_Bogachev/2025.05.23/Example/solve.h
2025-05-18 18:31:04 +03:00

8 lines
87 B
C

#ifndef SOLVE_H
#define SOLVE_H
#include "node.h"
int t1_solve (node *head);
#endif