Integers Come In All Sizes

  • + 0 comments
    [a,b,c,d] = [int(x) for x in [input() for _ in range(4)]]
    print(a**b + c**d)