diff options
Diffstat (limited to 'bin-trees/Makefile')
| -rw-r--r-- | bin-trees/Makefile | 4 |
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 |