From ba978063064e32a6e76fd6eb295876e470b30313 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 10 Feb 2021 22:37:49 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=80?= =?UTF-8?q?=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=208=20=D0=B7=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D1=87=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structures/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'structures/Makefile') diff --git a/structures/Makefile b/structures/Makefile index 8694df6..d2d7739 100644 --- a/structures/Makefile +++ b/structures/Makefile @@ -5,5 +5,10 @@ COMPILE=$(CXX) $(CFLAGS) task5: $(COMPILE) -o task.out task5.cpp +task8: + $(COMPILE) -o task.out task8.cpp +test8: task8 + printf "10\n1 1 2 3 2 4 3 5 4 1" | ./task.out + clean: rm task.out -- cgit v1.2.3