提交时间:2025-03-14 16:30:13
运行 ID: 312390
s=1 a,n=map(int,input().split()) for i in range(n): s*=a #s=a**n print(s)