summaryrefslogtreecommitdiffstats
path: root/2.2.py
diff options
context:
space:
mode:
Diffstat (limited to '2.2.py')
-rw-r--r--2.2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/2.2.py b/2.2.py
index 08a46c7..badb9a0 100644
--- a/2.2.py
+++ b/2.2.py
@@ -62,5 +62,6 @@ def solution(h, q):
return p
+# test cases provided
print(solution(5, [19, 14, 28])) # 21,15,29
print(solution(3, [7, 3, 5, 1])) # -1,7,6,3