Day 13
This commit is contained in:
@@ -26,7 +26,7 @@ a = y * c
|
||||
a += abs(a // p) * p
|
||||
solution = hex(a).replace("-", "")[2:]
|
||||
|
||||
while len(solution) != 2*29:
|
||||
while True:
|
||||
a += p
|
||||
solution = hex(a).replace("-", "")[2:]
|
||||
if not test_solution(a):
|
||||
|
||||
Reference in New Issue
Block a user