19-1 fertig -- 19-2 kapituliert

This commit is contained in:
2023-12-19 18:47:36 +01:00
parent c9c0feb1bc
commit 36c6036e3f

View File

@@ -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))