x, y = map(int, input().split())
print(pow(x, y))
print(pow(y, x))