summaryrefslogtreecommitdiff
path: root/structures/Makefile
diff options
context:
space:
mode:
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 7dacd52..7dcb9d1 100644
--- a/structures/Makefile
+++ b/structures/Makefile
@@ -15,5 +15,11 @@ task14:
test14: task14
printf "10\na 2 - e * ^ f + & 0 )" | ./task.out
+task18:
+ $(COMPILE) -o task.out task18.cpp
+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
+
clean:
rm task.out