Day 11 & 12

This commit is contained in:
Roman Hergenreder
2018-12-12 18:16:07 +01:00
parent 4e0b54b29a
commit 73b50a2727
2 changed files with 2 additions and 2 deletions

View File

@@ -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:]