From f29b59c5244703475d2925dc6f8e9a63c982536d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 29 Mar 2021 12:49:33 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=2012=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D1=83=20=D0=B2=20=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=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 85306ba..bde760b 100644 --- a/graphs/Makefile +++ b/graphs/Makefile @@ -17,8 +17,7 @@ test1_1: task1_1 task12_1: $(COMPILE) -o task.out task12_1.cpp test12_1: task12_1 - @printf "" | ./task.out - @printf "Answer: \n" + @printf "4\n5\n1 2\n1 3\n1 4\n2 3\n3 4\n4 2" | ./task.out task9_1: $(COMPILE) -o task.out task9_1.cpp -- cgit v1.2.3