summaryrefslogtreecommitdiff
path: root/graphs/Makefile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-03-29 12:49:33 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-03-29 12:49:33 +0400
commitf29b59c5244703475d2925dc6f8e9a63c982536d (patch)
tree1a5cdf1214535cb6661d687e3c7dddb8cb77b1c0 /graphs/Makefile
parent8557b2421ffc5ab15e9aaf50a7dc07f97a926f4e (diff)
Добавил 12 задачу в графах
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 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