Integers Come In All Sizes

  • + 0 comments

    a,b,c,d=map(int, [input() for _ in range(4) ]) print(pow(a,b)+pow(c,d))