summaryrefslogtreecommitdiff
path: root/structures/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'structures/Makefile')
-rw-r--r--structures/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/structures/Makefile b/structures/Makefile
index 8694df6..d2d7739 100644
--- a/structures/Makefile
+++ b/structures/Makefile
@@ -5,5 +5,10 @@ COMPILE=$(CXX) $(CFLAGS)
task5:
$(COMPILE) -o task.out task5.cpp
+task8:
+ $(COMPILE) -o task.out task8.cpp
+test8: task8
+ printf "10\n1 1 2 3 2 4 3 5 4 1" | ./task.out
+
clean:
rm task.out