# [05AB1E](https://github.com/Adriandmen/05AB1E), <s>9</s> 4 bytes
 и.«m
[Try it online!](https://tio.run/##yy9OTMpM/f//wg69Q6tz//835jIGAA "05AB1E – Try It Online")
```
и.«m # full program
 .« # reduce...
и # list of...
 # implicit input...
 # implicit input...
и # s...
 .« # left by...
 # (implicit) first element in reduce...
 m # to the power of...
 # (implicit) second element in reduce, end reduce
 # implicit output