Integers Come In All Sizes

  • + 0 comments

    a,a1,b,b1=int(input()),int(input()),int(input()),int(input()) print(pow(a,a1)+pow(b,b1))