19-1 fertig -- 19-2 kapituliert

This commit is contained in:
2024-01-30 20:59:14 +01:00
parent 36c6036e3f
commit 16e8b2e5d3

View File

@@ -55,7 +55,7 @@ solution = 0
for i in range(1, 4001):
for j in range(1, 4001):
print(i, j, solution)
print(f"x={i}, m={j}, bisher gefundene Lösungen: {solution} Laufzeit bisher in s:{int(time()-start)}")
for m in range(1, 4001):
for n in range(1, 4001):
if get_destination("in", {"x": i, "m": j, "a": m, "s": n}) == "A":