diff options
Diffstat (limited to 'graphs/Makefile')
| -rw-r--r-- | graphs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphs/Makefile b/graphs/Makefile index 11c6460..d20a34b 100644 --- a/graphs/Makefile +++ b/graphs/Makefile @@ -27,8 +27,8 @@ test3: task3 task4: $(COMPILE) -o task.out task4.cpp test4: task4 - @printf "" | ./task.out - @printf "Answer: \n" + @printf "4\n5\n1 2\n1 3\n1 4\n2 3\n3 4" | ./task.out + @printf "Answer: Связный\n" task5: $(COMPILE) -o task.out task5.cpp |