diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-03-29 12:49:33 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-03-29 12:49:33 +0400 |
| commit | f29b59c5244703475d2925dc6f8e9a63c982536d (patch) | |
| tree | 1a5cdf1214535cb6661d687e3c7dddb8cb77b1c0 /graphs/Makefile | |
| parent | 8557b2421ffc5ab15e9aaf50a7dc07f97a926f4e (diff) | |
Добавил 12 задачу в графах
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 |