2nd_Sem_Bogachev/2025.05.23/dist/Krivoruchenko_SK/solve_02.h
2025-05-19 20:33:04 +03:00

8 lines
87 B
C

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