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

8 lines
91 B
C

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