Skip to content

Commit

Permalink
add euler097 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
kailanefelix committed Oct 15, 2021
1 parent 43d4c6f commit 3acccae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions euler0XX/euler097.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mod = 10 ** 10
print((28433 * pow(2, 7830457, mod) + 1) % mod)

0 comments on commit 3acccae

Please sign in to comment.