From 5b28380e3650dd030fd5f5cd2b95749535afd884 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 30 Mar 2021 10:46:20 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BF?= =?UTF-8?q?=D1=8F=D1=82=D1=83=D1=8E=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D1=83?= =?UTF-8?q?=20=D0=B2=20=D0=B3=D1=80=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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphs/Makefile') diff --git a/graphs/Makefile b/graphs/Makefile index d20a34b..b61c5fb 100644 --- a/graphs/Makefile +++ b/graphs/Makefile @@ -33,8 +33,10 @@ test4: task4 task5: $(COMPILE) -o task.out task5.cpp test5: task5 - @printf "" | ./task.out - @printf "Answer: \n" + @printf "6\n9\n1 2\n2 3\n3 5\n5 6\n1 4\n4 6\n1 3\n3 5\n5 6\n1 6" | ./task.out + @printf "Answer: 1 -> 4 -> 6\n" + @printf "3\n1\n1 2\n1 3" | ./task.out + @printf "Answer: none\n" task6: $(COMPILE) -o task.out task6.cpp -- cgit v1.2.3