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 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 |