Run ID:89444

提交时间:2024-08-24 18:01:07

x = list(int(i) for i in input().split()) print(x[0]**x[1])