summaryrefslogtreecommitdiff
path: root/structures/Makefile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-02-10 23:56:03 +0400
committerAndrew <saintruler@gmail.com>2021-02-10 23:56:03 +0400
commite0857d37806f8da62d92f3462da14d6bd8aa8479 (patch)
treec2ab59f6d361855f0c13bd8227ad261f4de9cb37 /structures/Makefile
parenta7a0646a34a1430568ec5cb22534f24c886d127b (diff)
Добавил решение 25 задачи
Diffstat (limited to 'structures/Makefile')
-rw-r--r--structures/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/structures/Makefile b/structures/Makefile
index 7dcb9d1..ae8cca3 100644
--- a/structures/Makefile
+++ b/structures/Makefile
@@ -21,5 +21,11 @@ test18: task18
printf "8\n1 1 2 2 3 4 5 5" | ./task.out
printf "11\n1 1 1 2 2 1 1 3 4 5 5" | ./task.out
+task25:
+ $(COMPILE) -o task.out task25.cpp
+test25: task25
+ printf "5\n123 45 1 + *" | ./task.out
+ printf "13\n4 5 + 8 * 4 2 - * 2 + 5 +" | ./task.out
+
clean:
rm task.out