summaryrefslogtreecommitdiff
path: root/bin-trees/Makefile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-03-18 19:51:56 +0400
committerAndrew <saintruler@gmail.com>2021-03-18 19:51:56 +0400
commitdb8aa3da4db1bd311e014ff6b1f27e7a1c79950f (patch)
tree15afb19d0bec6680e405265123d6f97d90e4c781 /bin-trees/Makefile
parent14447430a5fae172e0eeff0fd0a484a0fd65e193 (diff)
Добавил 18 задание в деревьях
Diffstat (limited to 'bin-trees/Makefile')
-rw-r--r--bin-trees/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin-trees/Makefile b/bin-trees/Makefile
index 3e3ce36..d4dffe5 100644
--- a/bin-trees/Makefile
+++ b/bin-trees/Makefile
@@ -11,8 +11,8 @@ test17: task17
task18:
$(COMPILE) -o task.out task18.cpp
test18: task18
- @printf "\n" | ./task.out
- @printf "Answer: \n"
+ @printf "10\n4 5 3 7 8 6 9 1 2 0\n2\n4\n" | ./task.out
+ @printf "Answer: 3\n"
task19:
$(COMPILE) -o task.out task19.cpp