Challenge - #61 - Integer Comes in All Sizes

 # Enter your code here. Read input from STDIN. Print output to STDOUT

a = int(input())

b = int(input())
c = int(input())
d = int(input())

print((a**b)+ (c**d))

Comments

Popular posts from this blog

Challenge - #48 - Incorrect Regex

Challenge - #43 - Time Delta