From 0e0a92224c663a1ce224455673a7a022a2b1f790 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 29 Mar 2021 12:54:55 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=205=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D1=87=D1=83=20=D0=B2=20=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D1=84=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- graphs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphs/Makefile') diff --git a/graphs/Makefile b/graphs/Makefile index bde760b..1441a5f 100644 --- a/graphs/Makefile +++ b/graphs/Makefile @@ -22,8 +22,7 @@ test12_1: task12_1 task9_1: $(COMPILE) -o task.out task9_1.cpp test9_1: task9_1 - @printf "" | ./task.out - @printf "Answer: \n" + @printf "4\n5\n1 2\n1 3\n1 4\n2 3\n3 4" | ./task.out task5_2: $(COMPILE) -o task.out task5_2.cpp -- cgit v1.2.3