diff --git a/19/19-2.py b/19/19-2.py index 5826e8c..41a2c6b 100644 --- a/19/19-2.py +++ b/19/19-2.py @@ -61,3 +61,5 @@ for i in range(1, 4001): if get_destination("in", {"x": i, "m": j, "a": m, "s": n}) == "A": solution += 1 print("Lösung:", solution) +print("Benötigte Zeit in s:", int(time()-start)) +