2nd_Sem_Bogachev/2025.05.23/dist/Krivoruchenko_SK/solve_08.h
2025-05-20 20:40:38 +03:00

8 lines
90 B
C

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