Integers Come In All Sizes

  • + 0 comments
    a,b,c,d=int(input()),int(input()),int(input()),int(input())
    print(a**b+c**d)