Integers Come In All Sizes

  • + 0 comments

    In just 2 lines

    a, b, c, d = int(input()), int(input()), int(input()), int(input())
    print(pow(a,b) + pow(c,d))