summaryrefslogtreecommitdiff
path: root/graphs/Makefile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-03-29 12:54:55 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-03-29 12:54:55 +0400
commit0e0a92224c663a1ce224455673a7a022a2b1f790 (patch)
tree84fa9144b1a38488f4eaf3ca71af0537f0edb00f /graphs/Makefile
parentf29b59c5244703475d2925dc6f8e9a63c982536d (diff)
Добавил 5 задачу в графах
Diffstat (limited to 'graphs/Makefile')
-rw-r--r--graphs/Makefile3
1 files changed, 1 insertions, 2 deletions
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