Integers Come In All Sizes

  • + 0 comments
    a=int(input())
    b=int(input())
    c=int(input())
    d=int(input())
    
    x=pow(a, b)
    y=pow(c, d)
    
    print(x+y)