Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BuglessCoder authored Dec 6, 2016
1 parent 9510a98 commit 443ad8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 大幂次运算.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
a=5
n=2
print(pow(a, n, 20132013))

0 comments on commit 443ad8f

Please sign in to comment.