From 13f4b8278fc724965068b7c4fe339c5b8770c51b Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 21 Oct 2020 17:55:31 +0300 Subject: Small fixes --- 2.2.py | 1 + 1 file changed, 1 insertion(+) (limited to '2.2.py') 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 -- cgit v1.2.3