From a78c434472b9e72ea479f672d6f85789dd19db2e Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 30 Mar 2021 12:31:28 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=88?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D1=83=D1=8E=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87?= =?UTF-8?q?=D1=83=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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'graphs/Makefile') diff --git a/graphs/Makefile b/graphs/Makefile index b61c5fb..8810093 100644 --- a/graphs/Makefile +++ b/graphs/Makefile @@ -41,8 +41,12 @@ test5: task5 task6: $(COMPILE) -o task.out task6.cpp test6: task6 - @printf "" | ./task.out - @printf "Answer: \n" + @printf "5\n3\n1 3\n2 3\n4 5\n3" | ./task.out + @printf "Answer: 1, 2\n" + @printf "5\n3\n1 3\n2 3\n4 3\n3" | ./task.out + @printf "Answer: 1, 2, 4\n" + @printf "5\n3\n1 3\n2 3\n4 3\n5" | ./task.out + @printf "Answer: none\n" clean: rm -f task.out *.zip -- cgit v1.2.3