From a7a0646a34a1430568ec5cb22534f24c886d127b Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 10 Feb 2021 23:15:28 +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=2018=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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'structures/Makefile') diff --git a/structures/Makefile b/structures/Makefile index 7dacd52..7dcb9d1 100644 --- a/structures/Makefile +++ b/structures/Makefile @@ -15,5 +15,11 @@ task14: test14: task14 printf "10\na 2 - e * ^ f + & 0 )" | ./task.out +task18: + $(COMPILE) -o task.out task18.cpp +test18: task18 + printf "8\n1 1 2 2 3 4 5 5" | ./task.out + printf "11\n1 1 1 2 2 1 1 3 4 5 5" | ./task.out + clean: rm task.out -- cgit v1.2.3