Day 11 & 12
This commit is contained in:
@@ -26,8 +26,6 @@ a = y * c
|
||||
a += abs(a // p) * p
|
||||
solution = hex(a).replace("-", "")[2:]
|
||||
|
||||
# print(p/b)
|
||||
|
||||
while len(solution) != 2*29:
|
||||
a += p
|
||||
solution = hex(a).replace("-", "")[2:]
|
||||
|
||||
Reference in New Issue
Block a user