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