#52404: Python


rumm2859@gmail.com (青)

學校 : 不指定學校
編號 : 315035
來源 : [182.235.133.50]
最後登入時間 :
2025-08-31 15:19:55

a, b = map(int, input().split())

print(f"{a}^{b} = {a**b}")