You are viewing a single comment's thread. Return to all comments →
a,a1,b,b1=int(input()),int(input()),int(input()),int(input()) print(pow(a,a1)+pow(b,b1))
Seems like cookies are disabled on this browser, please enable them to open this website
Integers Come In All Sizes
You are viewing a single comment's thread. Return to all comments →
a,a1,b,b1=int(input()),int(input()),int(input()),int(input()) print(pow(a,a1)+pow(b,b1))