Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d5748ac

Browse files
python long integers exponentiation
1 parent a4d10a7 commit d5748ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎python_integers_come_in_all_sizes.py‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Enter your code here. Read input from STDIN. Print output to STDOUT
2+
3+
a = int(input())
4+
b = int(input())
5+
c = int(input())
6+
d = int(input())
7+
8+
print (pow(a,b) + pow(c,d))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /