Problem of the day
Current streak:
0 days
Longest streak:
2 days
Less
More
n, x = map(int, input().split())
power=n**x print(power)